mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +03:00
87c1cb697f
* Fixed printing in the IDEMode (& include highlighting) * Now also print the type of the holes
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
1/1: Building Holes (Holes.idr)
|
|
Holes> 3 holes:
|
|
Holes.a : Int
|
|
Holes.b : Nat
|
|
Holes.c : integerToNat (prim__cast_IntInteger ?a) = ?b
|
|
Holes> Bye for now!
|