1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-02 10:47:32 +03:00
juvix/tests/negative/WrongDeriving.juvix
2024-11-20 18:34:04 +01:00

6 lines
65 B
Plaintext

module WrongDeriving;
axiom A : Type;
deriving instance i : A;