Skip to content

implement any in terms of satisfy (const true) #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jamesdbrock opened this issue Mar 22, 2022 · 1 comment
Closed

implement any in terms of satisfy (const true) #159

jamesdbrock opened this issue Mar 22, 2022 · 1 comment

Comments

@jamesdbrock
Copy link
Member

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.

Originally posted by @natefaubion in #144 (comment)

@jamesdbrock
Copy link
Member Author

This was done in #154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant