Control.Applicative protocol

Applicatives (or more specifically applicative functors) are a special form of Control.Functor where the value within the functor is a function.

Summary

Types

t :: term

Functions

apply(fun, f)

Specs

apply(t, Control.Functor.t) :: t