X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FArrow.hs;h=04f31a6df5d37d328af61559346e3c42be4d3a01;hb=4836cf1053a971fe823ba547a8268431745c5bce;hp=35cc00de97b22eed44bfbda106ebe27c3eb33cad;hpb=53d88f36b842166ebdc2c4937fb865d27ffbd766;p=ghc-base.git diff --git a/Control/Arrow.hs b/Control/Arrow.hs index 35cc00d..04f31a6 100644 --- a/Control/Arrow.hs +++ b/Control/Arrow.hs @@ -20,6 +20,8 @@ module Control.Arrow where +import Prelude + import Control.Monad import Control.Monad.Fix