X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FArrow.hs;fp=Control%2FArrow.hs;h=66c7745590b317287ae260b0dfd8c2f1872f3295;hb=849a44eae29b6c86eb8d58bfa893ae1c03deec13;hp=76c02121b54a7ce25db4a061b160c3975744b51c;hpb=7da090cd9ad3c032a3d3168bed12a5f89b3f86d7;p=ghc-base.git diff --git a/Control/Arrow.hs b/Control/Arrow.hs index 76c0212..66c7745 100644 --- a/Control/Arrow.hs +++ b/Control/Arrow.hs @@ -37,6 +37,7 @@ module Control.Arrow ( ) where import Prelude hiding (id,(.)) +import qualified Prelude import Control.Monad import Control.Monad.Fix