1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/tests/negative/WrongDeriving.juvix

6 lines
65 B
Plaintext
Raw Normal View History

2024-11-20 19:59:47 +03:00
module WrongDeriving;
axiom A : Type;
deriving instance i : A;