Idris2/tests/idris2/linear/linear002/expected
2023-09-07 14:57:22 +01:00

9 lines
197 B
Plaintext

1/2: Building Stuff (Stuff.idr)
2/2: Building Door (Door.idr)
Main> 0 m : Type -> Type
0 d : Door Closed
1 d' : Door Open
------------------------------
foo : Use Many m Unit
Main> Bye for now!