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
This seems like a reasonable error (perhaps not so much for the error message) ... what's the type of r in this code. With an explicit binding, we can write the type, but with the code as written I don't think we can.
We now get a good message after #3105 (though the wrapping is unfortunate)
* Error 56 at Bug2981.fst(9,10-9,27):
- Bound variable
'g#73'
escapes because of impure applications in the type of
'check'
- Add explicit let-bindings to avoid this
1 error was reported (see above)
Using a separate letbinding for the
cur_env
call works.The text was updated successfully, but these errors were encountered: