X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FArrow.hs;fp=Control%2FArrow.hs;h=f3c1de2f3b9ca9e5887446c2a64ec42285891fbe;hb=7225e7682c446986223b8e719711a6c0c859550a;hp=d873bd836a89755404554338ebe16c1a9a0f34d5;hpb=23678400d8eb74b70a42f74cefb76d679369fe21;p=ghc-base.git diff --git a/Control/Arrow.hs b/Control/Arrow.hs index d873bd8..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 (id) import Control.Monad import Control.Monad.Fix