mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 07:34:45 +03:00
87c1cb697f
* Fixed printing in the IDEMode (& include highlighting) * Now also print the type of the holes
11 lines
102 B
Idris
11 lines
102 B
Idris
module Holes
|
|
|
|
int : Int
|
|
int = ?a
|
|
|
|
nat : Nat
|
|
nat = ?b
|
|
|
|
equal : cast Holes.int === Holes.nat
|
|
equal = ?c
|