hkust-taco / mlscript

The MLscript programming language. Functional and object-oriented; structurally typed and sound; with powerful type inference. Soon to have full interop with TypeScript!
https://hkust-taco.github.io/mlscript
MIT License
174 stars 27 forks source link

Fix scoping #238

Closed AnsonYeung closed 1 week ago

AnsonYeung commented 1 week ago

Fixes issue when setting a variable living in an outer scope.