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

Change the signatures of demux and friends #2724

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

Change the signatures of demux and friends #2724

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

Comments

@harendra-kumar
Copy link
Member

From:

demux :: (Monad m, Ord k) => (a -> k) -> (a -> m (Fold m a b)) -> Fold m a (m (Map k b), Maybe (k, b)) 

To:

demux :: (Monad m, Ord k) => (k -> m (Fold m a b)) -> Fold m (k, a) (m (Map k b), Maybe (k, b)) 
@harendra-kumar harendra-kumar added the api:breaking Incompatible with existing releases label Feb 9, 2024
@harendra-kumar harendra-kumar added this to the 0.11.0 milestone Feb 9, 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