Idris2/tests/idris2/interface015/expected

31 lines
709 B
Plaintext
Raw Normal View History

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