mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-20 19:31:31 +03:00
558776c4c4
otherwise all tests will need to change every time version changes...
13 lines
264 B
Plaintext
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!
|