1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-12 14:28:08 +03:00
juvix/tests/positive/Reachability/N.juvix
2023-07-11 17:22:07 +02:00

11 lines
140 B
Plaintext

module N;
import M open;
import Stdlib.Prelude open hiding {Unit};
test : {A : Type} -> A -> A
| x := x;
type Unit :=
| unit : Unit;