Idris2-boot/tests/idris2/linear003/expected

12 lines
255 B
Plaintext
Raw Normal View History

2019-06-27 21:28:14 +03:00
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!