category-extras-0.51.0: src/Control/Category/Hask.hs
-------------------------------------------------------------------------------------------
-- |
-- Module : Control.Category.Hask
-- Copyright : 2008 Edward Kmett
-- License : BSD
--
-- Maintainer : Edward Kmett <ekmett@gmail.com>
-- 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 = (->)