Idris2/tests/idris2/interactive037/Holes.idr
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

11 lines
102 B
Idris

module Holes
int : Int
int = ?a
nat : Nat
nat = ?b
equal : cast Holes.int === Holes.nat
equal = ?c