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
instead. Could also consider whether it'd be a useful primitive to provide in 007 itself, given that core 007 doesn't have typed variables and parameters.
The text was updated successfully, but these errors were encountered:
According to a throwaway comment in #256.
This built-in might not be long-lived, the comment at
#417 (comment)
suggests it might be better to fold this one into `assert`
and make the latter a built-in.
Until then, consider `assertType` a stopgap.
We do oodles of these right now in
Builtins.pm
:We could extract that into an internal API so we can do
instead. Could also consider whether it'd be a useful primitive to provide in 007 itself, given that core 007 doesn't have typed variables and parameters.
The text was updated successfully, but these errors were encountered: