[project @ 1997-06-13 04:11:47 by sof]
[ghc-hetmet.git] / ghc / compiler / deSugar / DsLoop.lhi
index fd329c0..d38d04e 100644 (file)
@@ -9,11 +9,12 @@ import DsMonad        ( DsM(..) )
 import DsBinds ( dsBinds )
 import DsExpr  ( dsExpr )
 import DsUtils ( EquationInfo, MatchResult )
+import FastString ( FastString )
 import Id      ( Id(..) )
 import Match   ( match, matchSimply )
+import PreludeStdIO ( Maybe )
 import TcHsSyn ( TypecheckedHsBinds(..), TypecheckedHsExpr(..), TypecheckedPat(..) )
 import Type    ( Type(..) )
-
 match :: [Id]            -- Variables rep'ing the exprs we're matching with
       -> [EquationInfo]          -- Info about patterns, etc. (type synonym below)
       -> [EquationInfo]          -- Potentially shadowing equations above this one