broom-lang / broom

A programming language with first-class modules and algebraic effects.
https://broom.readthedocs.io
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Report multiple type errors #71

Open nilern opened 4 years ago

nilern commented 4 years ago

Once again we just use exceptions for type errors, so type checking stops on the first error, which is not user-friendly.