Skip to content
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

"Fold m a b" vs "Parser a m b" type inconsistency #2714

Open
harendra-kumar opened this issue Feb 1, 2024 · 0 comments
Open

"Fold m a b" vs "Parser a m b" type inconsistency #2714

harendra-kumar opened this issue Feb 1, 2024 · 0 comments
Labels
api:breaking Incompatible with existing releases
Milestone

Comments

@harendra-kumar
Copy link
Member

We made the parser type Parser a m b so that MonadTrans instance is possible. Although, we found that implementing local is not possible for Parser unless some changes are made to the type which may affect perf.

Now Fold and Parser are similar in nature and interconvertible but their types are inconsistent. We need to decide and keep it consistent across both.

@harendra-kumar harendra-kumar added the api:breaking Incompatible with existing releases label Feb 1, 2024
@harendra-kumar harendra-kumar added this to the 0.11.0 milestone Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api:breaking Incompatible with existing releases
Projects
None yet
Development

No branches or pull requests

1 participant