Idris-dev/test/unique002/expected
Edwin Brady 61870cb9b2 Change wording in unification errors
"Can't unify" and "Can't convert" are terrible error messages for
programmers, and particularly confusing to explain to beginners, because
programmers don't need to know that implementation detail.

Changed to "type mismatch" and updated docs accordingly.
2015-05-24 23:23:20 +01:00

6 lines
160 B
Plaintext

unique002.idr:15:5:Unique name xs is used more than once
unique002a.idr:15:5:Type mismatch between
Int -> String
and
UniqueType (Int -> String)