Reexport (>>>) and (<<<) from Control.Arrow. Preserves API compatibility
authorDon Stewart <dons@galois.com>
Wed, 30 Apr 2008 23:10:55 +0000 (23:10 +0000)
committerDon Stewart <dons@galois.com>
Wed, 30 Apr 2008 23:10:55 +0000 (23:10 +0000)
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,(.))