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