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
Should we add a HasMask capability to complement HasThrow, and HasCatch, similar to MonadMask?
If so, what would the meaning of the tag be? Should it only select a layer in a transformer stack (if applicable), or should it decide which exceptions to mask? The latter seems to contradict the purpose of bracket.
Should we add a
HasMask
capability to complementHasThrow
, andHasCatch
, similar toMonadMask
?If so, what would the meaning of the tag be? Should it only select a layer in a transformer stack (if applicable), or should it decide which exceptions to mask? The latter seems to contradict the purpose of
bracket
.See #25 (comment).
cc @aspiwack
The text was updated successfully, but these errors were encountered: