------------------------------------------------------------------------------------------- -- | -- Module : Control.Category.Hask -- Copyright : 2008 Edward Kmett -- License : BSD -- -- Maintainer : Edward Kmett -- Stability : experimental -- Portability : portable -- -- Make it clearer when we are dealing with the category (->) that we mean the category -- of haskell types via its Hom bifunctor (->) ------------------------------------------------------------------------------------------- module Control.Category.Hask (Hask) where type Hask = (->)