X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FArrow.hs;h=f3c1de2f3b9ca9e5887446c2a64ec42285891fbe;hb=8afc9fecd586d3c4f7ef9c69fb1686a79e5f441d;hp=4606b4de7e9bb12b302e9015be06852dc0e123c7;hpb=0194bd1aa23f3c93c9fea3f6acdf5b968c024886;p=ghc-base.git diff --git a/Control/Arrow.hs b/Control/Arrow.hs index 4606b4d..f3c1de2 100644 --- a/Control/Arrow.hs +++ b/Control/Arrow.hs @@ -39,7 +39,6 @@ module Control.Arrow ( ) where import Prelude hiding (id,(.)) -import qualified Prelude import Control.Monad import Control.Monad.Fix