mirror of
https://github.com/anoma/juvix.git
synced 2024-12-03 09:41:10 +03:00
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
module WrongDeriving;
|
||
|
|
||
|
axiom A : Type;
|
||
|
|
||
|
deriving instance i : A;
|