From c63b766da385a6c4aadb12a6416e00320997a5fc Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Wed, 30 Apr 2008 23:10:55 +0000 Subject: [PATCH] Reexport (>>>) and (<<<) from Control.Arrow. Preserves API compatibility --- Control/Arrow.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Control/Arrow.hs b/Control/Arrow.hs index 0837d6b..174e695 100644 --- a/Control/Arrow.hs +++ b/Control/Arrow.hs @@ -33,7 +33,9 @@ module Control.Arrow ( -- * Arrow application ArrowApply(..), ArrowMonad(..), leftApp, -- * Feedback - ArrowLoop(..) + ArrowLoop(..), + + (>>>), (<<<) -- reexported ) where import Prelude hiding (id,(.)) -- 1.7.10.4