[project @ 1996-06-26 10:26:00 by partain]
[ghc-hetmet.git] / ghc / compiler / deforest / TreelessForm.lhs
index 279130a..c690fe2 100644 (file)
@@ -16,9 +16,8 @@
 > import CoreUtils     ( coreExprType )
 > import Id            ( replaceIdInfo, getIdInfo )
 > import IdInfo
-> import Maybes                ( Maybe(..) )
 > import Outputable
-> import SimplEnv      ( SwitchChecker(..) )
+> import SimplEnv      ( SYN_IE(SwitchChecker) )
 > import UniqSupply
 > import Util