Idris2/tests/idris2/interface015/expected
Giuseppe Lomurno 5e9837828a Implementations and errors
- Added initial implementations for terms and values
- Error messages converted to pretty printer
- Colorization for error messages
- Color and console width option both as command line and repl command
2020-08-18 19:25:36 +01:00

31 lines
709 B
Plaintext

1/1: Building gnu (gnu.idr)
Error: While processing right hand side of TestSurprise1. Multiple solutions found in search of:
Gnu
gnu.idr:47:27--47:32
|
47 | TestSurprise1 gnu1 gnu2 = Guess
| ^^^^^
Possible correct results:
gnu1
gnu2
Error: While processing right hand side of TestSurprise2. Multiple solutions found in search of:
Gnu
gnu.idr:50:21--50:26
|
50 | TestSurprise2 f g = Guess
| ^^^^^
Possible correct results:
f ()
g ()
Error: While processing right hand side of TestSurprise3. Can't find an implementation for Gnu.
gnu.idr:53:19--53:24
|
53 | TestSurprise3 f = Guess
| ^^^^^