Idris2/tests/idris2/interface016/expected

15 lines
409 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.idr: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:
2020-08-21 21:03:53 +03:00
conArg (implicitly bound at TwoNum.idr:4:3--4:8)
conArg (implicitly bound at TwoNum.idr:2:1--4:8)