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

Loosen constraints on Functor, Applicative, Apply, Traversable #186

Closed
wants to merge 9 commits into from

Conversation

hololeap
Copy link

@hololeap hololeap commented Jan 18, 2019

This is basically a duplicate of #154. I think that this is a good proposal.

I worked out the details of Applicative m => Applicative (FreeT f m) and it should be equivalent to ap.

I also aim to loosen other Monad constraints where possible.

@hololeap hololeap force-pushed the master branch 2 times, most recently from 5a7ad40 to 5741d9b Compare January 19, 2019 01:32
@turion
Copy link

turion commented Jul 6, 2021

It would be nice if this were merged at some point... what's holding it up?

@RyanGlScott
Copy link
Collaborator

Some (but not all) of this PR has been superseded by #225. See #225 (comment) for the remaining bits.

@hololeap
Copy link
Author

hololeap commented Feb 9, 2023

Thanks @RyanGlScott. I'll go ahead and close this, then.

@hololeap hololeap closed this Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants