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
satisfy combinators are implemented in terms of any combinators with an esoteric tryRethrow combinator. If you implement any in terms of satisfy (const true) then you can remove a lot of overhead for the satisfy calls.
satisfy
combinators are implemented in terms ofany
combinators with an esoterictryRethrow
combinator. If you implementany
in terms ofsatisfy (const true)
then you can remove a lot of overhead for the satisfy calls.Originally posted by @natefaubion in #144 (comment)
The text was updated successfully, but these errors were encountered: