2020-06-11 16:28:34 +03:00
|
|
|
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
|
2020-07-28 15:11:42 +03:00
|
|
|
|
2021-06-05 14:53:22 +03:00
|
|
|
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
|
|
|
^
|
2020-07-28 15:11:42 +03:00
|
|
|
|
2020-06-11 16:28:34 +03:00
|
|
|
Possible correct results:
|
2021-06-05 14:53:22 +03:00
|
|
|
conArg (implicitly bound at TwoNum:4:3--4:8)
|
|
|
|
conArg (implicitly bound at TwoNum:2:1--4:8)
|