category-extras-0.53.5: Various modules and constructs inspired by category theory

Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>

Control.Category.Hask

Description

Make it clearer when we are dealing with the category (->) that we mean the category of haskell types via its Hom bifunctor (->)

Documentation

type Hask = (->)Source