Reexport (>>>) and (<<<) from Control.Arrow. Preserves API compatibility
[ghc-base.git] / Control / Arrow.hs
index 0837d6b..174e695 100644 (file)
@@ -33,7 +33,9 @@ module Control.Arrow (
                 -- * Arrow application
                 ArrowApply(..), ArrowMonad(..), leftApp,
                 -- * Feedback
-                ArrowLoop(..)
+                ArrowLoop(..),
+
+                (>>>), (<<<) -- reexported
         ) where
 
 import Prelude hiding (id,(.))