Remove return and >> from Monad
Due to the AMP #146 Monad
now contains two redundant bindings: return
and >>
are already in Applicative
as pure
and *>
.
See also GHC:Proposal/MonadOfNoReturn
Due to the AMP #146 Monad
now contains two redundant bindings: return
and >>
are already in Applicative
as pure
and *>
.
See also GHC:Proposal/MonadOfNoReturn
changed milestone to %Haskell 201x
changed weight to 5
added Trac import + 1 deleted label
added modification label
changed the description