[project @ 2002-05-09 13:15:07 by simonmar]
[ghc-base.git] / Control / Arrow.hs
index 34783e0..04f31a6 100644 (file)
@@ -8,8 +8,6 @@
 -- Stability   :  experimental
 -- Portability :  portable
 --
--- $Id: Arrow.hs,v 1.2 2002/04/24 17:57:55 ross Exp $
---
 -- Basic arrow definitions, based on
 --     /Generalising Monads to Arrows/, by John Hughes,
 --     /Science of Computer Programming/ 37, pp67-111, May 2000.
@@ -22,6 +20,8 @@
 
 module Control.Arrow where
 
+import Prelude
+
 import Control.Monad
 import Control.Monad.Fix