MonadEx v1.1.0 Monad.Operators
Convenient, but optional, operators for working with Functor
s,
Applicative
s, and Monad
s.
To use these operators, simply call use Monad.Operators
.
Summary
Macros
The fmap or functor map operator.
See Functor.fmap/2
for more details.
The apply operator.
See Applicative.apply/2
for more details.
The bind operator.
See Monad.bind/2
for more details.