v1.1.0
-
Type checking is now more consistent across all operators: if an overload isn’t found, the resulting type is now always
Unknown
. Previously, for example, type-checking the expressionlen x
would yield the typeInt
even if the type ofx
was unknown. -
Minor modifications to the thesis.
-
Other minor code improvements.