Idris2-boot/tests/idris2/linear003/expected
2019-06-27 19:28:14 +01:00

12 lines
255 B
Plaintext

1/1: Building Linear (Linear.idr)
Welcome to Idris 2 version 0.0. Enjoy yourself!
Main> 0 y : Nat
1 x : Nat
-------------------------------------
this : Nat
Main> 1 y : Nat
0 x : Nat
-------------------------------------
that : Nat
Main> Bye for now!