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
As of #44, the interpreter doesn't do dynamic checking; it should be guaranteed not to panic as long as the function is well-typed (see #28) and its arguments (for generics and values) are valid. We still need to check the latter, though.
The text was updated successfully, but these errors were encountered:
As of #44, the interpreter doesn't do dynamic checking; it should be guaranteed not to panic as long as the function is well-typed (see #28) and its arguments (for generics and values) are valid. We still need to check the latter, though.
The text was updated successfully, but these errors were encountered: