Idris2/tests/idris2/interactive037/expected
Guillaume ALLAIS 87c1cb697f [ repl ] better printing of holes
* Fixed printing in the IDEMode (& include highlighting)
* Now also print the type of the holes
2021-09-19 17:49:51 +01:00

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!