You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, that's because of a silly bug where the type environment and modules had a gap in agreeing on names.
This is mostly fixed by 88732aa, but @mkolosick, it is another place where the type checker now will be confused about type aliases vs. datatypes, so will need to iron that out. (Currently, this makes the type checker look for an alias that isn't there, while the dynamic namespace works fine).
…ms, which causes exceptions rather than reporting the compile errors
[fixes#1332, fixes#1013, fixes#815]
Co-authored-by: Ben Lerner <blerner@users.noreply.github.com>
…ms, which causes exceptions rather than reporting the compile errors
[fixes#1332, fixes#1013, fixes#815]
Co-authored-by: Ben Lerner <blerner@users.noreply.github.com>
"globals.types" should never be seen from the outside.
The text was updated successfully, but these errors were encountered: