subcategories-0.1.0.0: src/Control/Subcategory.hs
module Control.Subcategory
( module Control.Subcategory.Applicative
, module Control.Subcategory.Alternative
, module Control.Subcategory.Bind
, module Control.Subcategory.Functor
, module Control.Subcategory.Foldable
, module Control.Subcategory.Zip
, module Control.Subcategory.Pointed
) where
import Control.Subcategory.Alternative
import Control.Subcategory.Applicative
import Control.Subcategory.Bind
import Control.Subcategory.Foldable
import Control.Subcategory.Functor
import Control.Subcategory.Pointed
import Control.Subcategory.Zip