hexaredecimal / ML

A small general purpose programming language for programming on the JVM. packages: https://smllpkgs.onrender.com/
https://smllang.gitbook.io
Other
14 stars 1 forks source link

Typechecker bugs #29

Open hexaredecimal opened 2 months ago

hexaredecimal commented 2 months ago

The typechecker fails to catch some type errors such as returning an int from a function that returns unit. The compiler seems to pass these checks or they are most likely implemented wrong