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

Documentation on http://hackage.haskell.org/package/mtl-2.2.1/docs/Control-Monad-Identity.html contains a small mistake #20

Closed
natschil opened this issue Nov 22, 2014 · 1 comment

Comments

@natschil
Copy link

The documentation cited in the title contains the line "Identity x >>= f == Identity (f x)". However, if I am not mistaken, this is wrong: it should read "Identity x >>= f == f x".

@ekmett
Copy link
Member

ekmett commented Sep 7, 2015

Indeed. Fixed in 452b6b5 by @dmjio on Jun 15, 2014.

@ekmett ekmett closed this as completed Sep 7, 2015
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

No branches or pull requests

2 participants