mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-24 05:12:29 +03:00
288a92424a
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
8 lines
267 B
Plaintext
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
|
|
[]
|