Control.Functor protocol

Functors are things that can be mapped over, like lists, Maybes, trees, and such.

Summary

Types

t :: term

Functions

fmap(functor, fun)

Specs

fmap(t, (term -> term)) :: t