Idris2/tests/idris2/import003/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

8 lines
169 B
Plaintext

1/2: Building A (A.idr)
2/2: Building B (B.idr)
B> 1 hole: A.defA : Int -> Int
B> Bye for now!
2/2: Building C (C.idr)
C> 1 hole: C.newHole : Int -> Int
C> Bye for now!