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

Made MonadPlus for Set #496

Closed
wants to merge 1 commit into from
Closed

Conversation

japgolly
Copy link
Contributor

I tried to use Functor[Set].xxx and realised that there was no typeclass instance. This patch makes Set a MonadPlus.

@xuwei-k
Copy link
Member

xuwei-k commented Aug 28, 2013

Set is not a Functor.
see #276 and http://failex.blogspot.jp/2013/06/fake-theorems-for-free.html

@japgolly
Copy link
Contributor Author

Ahh, I see I see, naruhodo!
That's subtle, I didn't think of that. Thanks for the link!

@japgolly japgolly closed this Aug 29, 2013
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.

2 participants