mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-24 05:12:29 +03:00
03bdc3145c
Pass through the types of the interface parameters to the top level method types, because there might be information in there that we can't otherwise infer. Fixes #188
11 lines
327 B
Plaintext
11 lines
327 B
Plaintext
1/1: Building CaseInf (CaseInf.idr)
|
|
CaseInf.idr:7:24--9:1:While processing right hand side of Main.test3bad at CaseInf.idr:6:1--9:1:
|
|
While processing right hand side of Main.case block in 1148(179) at CaseInf.idr:7:14--9:1:
|
|
When unifying Integer and Nat
|
|
Mismatch between:
|
|
Integer
|
|
and
|
|
Nat
|
|
Main> S (S (S Z))
|
|
Main> Bye for now!
|