base-4.20.0.0: src/Control/Category.hs
{-# LANGUAGE Safe #-}
-- |
-- Module : Control.Category
-- Copyright : (c) Ashley Yakeley 2007
-- License : BSD-style (see the LICENSE file in the distribution)
--
-- Maintainer : ashley@semantic.org
-- Stability : stable
-- Portability : portable
--
module Control.Category
( Category(..)
, (<<<)
, (>>>)
) where
import GHC.Internal.Control.Category