Skip to content

Commit

Permalink
Changed Identity bind definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Jun 15, 2014
1 parent ba69603 commit 452b6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Control/Monad/Identity.hs
Expand Up @@ -13,7 +13,7 @@ Portability : portable
[Computation type:] Simple function application.
[Binding strategy:] The bound function is applied to the input value.
@'Identity' x >>= f == 'Identity' (f x)@
@'Identity' x >>= f == f x@
[Useful for:] Monads can be derived from monad transformers applied to the
'Identity' monad.
Expand Down

0 comments on commit 452b6b5

Please sign in to comment.