Idris2-boot/tests/idris2/interactive001/expected
Arnaud Bailly 558776c4c4
remove version number from banner at REPL startup
otherwise all tests will need to change every time version changes...
2019-08-29 14:37:04 +02:00

13 lines
264 B
Plaintext

1/1: Building LocType (LocType.idr)
Welcome to Idris 2. Enjoy yourself!
Main> Main.Vect : Nat -> Type -> Type
Main> 0 m : Nat
0 a : Type
0 k : Nat
xs : Vect k a
x : a
ys : Vect m a
-------------------------------------
xs : Vect k a
Main> Bye for now!