packages feed

planet-mitchell-0.0.0: src/Category.hs

module Category
  ( Category(..)
  , (>>>)
  , (<<<)
  ) where

import Control.Category