proarrow-0: Category theory with a central role for profunctors
Safe HaskellNone
LanguageHaskell2010

Proarrow.Category.Instance.Hask

Synopsis

Documentation

type Type = TYPE LiftedRep Comments #

The kind of types with lifted values. For example Int :: Type.

type Hask = (->) Source Comments #