Found a confusing error message.

This commit is contained in:
Erik Svedäng 2017-12-04 07:40:06 +01:00
parent b0cdc65f4b
commit 218c7f8a05

View File

@ -26,6 +26,7 @@
* [0.3] Some interfaces are missing info - Thing.str : (λ [(Ref Thing)] String) Defined at line 0, column 0 in 'dummy-file' * [0.3] Some interfaces are missing info - Thing.str : (λ [(Ref Thing)] String) Defined at line 0, column 0 in 'dummy-file'
* [0.3] Good string functions * [0.3] Good string functions
* [0.3] Replace '/=' functions with a general version that's depending on '=', if possible. * [0.3] Replace '/=' functions with a general version that's depending on '=', if possible.
* [0.4] The type error when setting a variable but missing the '&' is confusing: "Can't unify Int with &Int"
* [1.0] A way to assert compiler errors in tests * [1.0] A way to assert compiler errors in tests
* [1.0] Rename type variables from t0, t1, t2 to a, b, c, etc. * [1.0] Rename type variables from t0, t1, t2 to a, b, c, etc.