mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 17:21:59 +03:00
28 lines
727 B
Plaintext
28 lines
727 B
Plaintext
1/1: Building gnu (gnu.idr)
|
|
gnu.idr:47:27--49:1:While processing right hand side of TestSurprise1 at gnu.idr:47:1--49:1:
|
|
Multiple solutions found in search of:
|
|
Gnu
|
|
at:
|
|
47 TestSurprise1 gnu1 gnu2 = Guess
|
|
48
|
|
49 TestSurprise2 : (f,g : Unit -> Gnu) -> String
|
|
|
|
Possible correct results:
|
|
gnu1
|
|
gnu2
|
|
gnu.idr:50:21--52:1:While processing right hand side of TestSurprise2 at gnu.idr:50:1--52:1:
|
|
Multiple solutions found in search of:
|
|
Gnu
|
|
at:
|
|
50 TestSurprise2 f g = Guess
|
|
51
|
|
52 TestSurprise3 : (Unit -> Gnu, Unit -> Gnu) -> String
|
|
|
|
Possible correct results:
|
|
f ()
|
|
g ()
|
|
gnu.idr:53:19--54:1:While processing right hand side of TestSurprise3 at gnu.idr:53:1--54:1:
|
|
Can't find an implementation for Gnu at:
|
|
53 TestSurprise3 f = Guess
|
|
|