koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.16k stars 151 forks source link

Fix effect var error #368

Closed TimWhiting closed 7 months ago

TimWhiting commented 8 months ago

Fixes #353 and #60

The issue was that effect variables were making it to inference to places where only effect labels were expected, which causes a crash in the compiler. This PR catches and reports the error in the parser.