MonadEx v1.1.3 Monad.Operators View Source

Convenient, but optional, operators for working with Functors, Applicatives, and Monads.

To use these operators, simply call use Monad.Operators.

Link to this section Summary

Functions

The fmap or functor map operator

The apply operator

The bind operator

Link to this section Functions

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.