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
In addition to things like IO.is(x) to determine if x is an IO monad instance, we can add Symbol.hasInstance to all the monad definitions so that a more ergonomic x isntanceof IO check will work properly.
In addition to things like
IO.is(x)
to determine ifx
is an IO monad instance, we can addSymbol.hasInstance
to all the monad definitions so that a more ergonomicx isntanceof IO
check will work properly.https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/hasInstance
The text was updated successfully, but these errors were encountered: