mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 08:42:11 +03:00
5e9837828a
- 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
31 lines
709 B
Plaintext
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
|
|
| ^^^^^
|
|
|