[project @ 1996-06-26 10:26:00 by partain]
[ghc-hetmet.git] / ghc / compiler / deforest / DefUtils.lhs
index 9e53ae0..24570b9 100644 (file)
@@ -21,7 +21,7 @@
 >#endif
 
 > import Type          ( cloneTyVar, mkTyVarTy, applyTypeEnvToTy,
->                        tyVarsOfType, TyVar, SigmaType(..)
+>                        tyVarsOfType, TyVar, SYN_IE(SigmaType)
 >                      )
 > import Literal       ( Literal )     -- for Eq Literal
 > import CoreSyn