Idris2-boot/tests/idris2/basic017/expected
Edwin Brady 03bdc3145c Type of generated top level methods
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
2020-02-22 17:38:13 +00:00

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!