hask.Control.Applicative – The Applicative type class

class hask.Control.Applicative.Applicative[source]

A functor with application, providing operations to embed pure expressions (pure), and sequence computations and combine their results (ap).

Dependencies:

Attributes:

  • pure

Minimal complete definition:

  • pure