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
While this is fine, do note that because it requires try/catch (which the predicate doesn’t) this necessitates a userland abstraction/package which wasn’t previously necessary.
Per #333 -
Record.isRecord
&Tuple.isTuple
should not be checking for wrappers as discussed in plenary.They are now equivalent as using
typeof
so they are not useful anymore: we should probably remove them.The text was updated successfully, but these errors were encountered: