Idris2/tests/idris2/interface016/expected

15 lines
397 B
Plaintext
Raw Normal View History

1/1: Building TwoNum (TwoNum.idr)
2020-08-16 14:20:12 +03:00
Error: While processing right hand side of f. While processing right hand side of f,g. Multiple solutions found in search of:
2020-07-22 22:16:43 +03:00
Num a
TwoNum:4:7--4:8
2021-02-11 20:24:26 +03:00
1 | f : Num a => a
2 | f = g where
3 | g : Num a => a
2020-07-22 22:16:43 +03:00
4 | g = 0
2021-02-11 20:24:26 +03:00
^
Possible correct results:
conArg (implicitly bound at TwoNum:4:3--4:8)
conArg (implicitly bound at TwoNum:2:1--4:8)