Idris2-boot/tests/idris2/reg007/expected
Edwin Brady 288a92424a Unifier mustn't resolve things which aren't holes
For example, delayed elaborators. If it resolves one, and it's not a
complete solution, we might end up with unsolved holes. Or - possibly
worse - we might end up with an error in a program that is silently
fixed rather than reported!

Fixes #223
2020-03-09 23:04:02 +00:00

8 lines
267 B
Plaintext

1/1: Building Main (Main.idr)
Main.idr:27:37--27:72:While processing right hand side of Main.dpairWithExtraInfoBad at Main.idr:27:1--28:1:
When unifying [MN (fromInteger 0), MN (fromInteger 0)] and [MN (fromInteger 0)]
Mismatch between:
[MN (fromInteger 0)]
and
[]