mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2025-01-06 13:16:27 +03:00
7825d216c0
If a default method implementation refers to another method in the interface, it's going to be one from the interface being defined, so push it through explicitly. This is only going to be guaranteed to be the case for default method implementations - we can't assume anything for other implementations. Fixes #77
13 lines
726 B
Plaintext
13 lines
726 B
Plaintext
1/1: Building Error1 (Error1.idr)
|
|
Error1.idr:8:9--9:1:While processing right hand side of Main.wrong at Error1.idr:8:1--9:1:
|
|
Can't find an implementation for Show (Vect (S (S (S (S Z)))) Integer)
|
|
1/1: Building Error2 (Error2.idr)
|
|
Error2.idr:13:38--15:1:While processing right hand side of Main.show at Error2.idr:13:3--15:1:
|
|
Multiple solutions found in search. Possible correct results:
|
|
Show implementation at Error2.idr:11:1--15:1
|
|
Show implementation at Error2.idr:7:1--11:1
|
|
Error2.idr:16:9--17:1:While processing right hand side of Main.wrong at Error2.idr:16:1--17:1:
|
|
Multiple solutions found in search. Possible correct results:
|
|
Show implementation at Error2.idr:11:1--15:1
|
|
Show implementation at Error2.idr:7:1--11:1
|