mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2025-01-08 06:07:11 +03:00
12 lines
255 B
Plaintext
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!
|