mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 00:31:57 +03:00
15 lines
409 B
Plaintext
15 lines
409 B
Plaintext
1/1: Building TwoNum (TwoNum.idr)
|
|
Error: While processing right hand side of f. While processing right hand side of f,g. Multiple solutions found in search of:
|
|
Num a
|
|
|
|
TwoNum.idr:4:7--4:8
|
|
1 | f : Num a => a
|
|
2 | f = g where
|
|
3 | g : Num a => a
|
|
4 | g = 0
|
|
^
|
|
|
|
Possible correct results:
|
|
conArg (implicitly bound at TwoNum.idr:4:3--4:8)
|
|
conArg (implicitly bound at TwoNum.idr:2:1--4:8)
|