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
Type checker code calls InterpExp on function parameter type without first validating the parameter with TypeCheckExp, and InterExp crashes because it assumes negation has an integer type operand and it's actually a Bool
The text was updated successfully, but these errors were encountered: