Fix problem with selectors for GADT records with unboxed fields
[ghc-hetmet.git] / compiler / iface / TcIface.lhs
index 051ec04..6d95d08 100644 (file)
@@ -35,7 +35,7 @@ import HscTypes               ( ExternalPackageState(..),
                          emptyModDetails, lookupTypeEnv, lookupType, typeEnvIds )
 import InstEnv         ( Instance(..), mkImportedInstance )
 import CoreSyn
-import CoreUtils       ( exprType, dataConOccInstPat )
+import CoreUtils       ( exprType, dataConRepOccInstPat )
 import CoreUnfold
 import CoreLint                ( lintUnfolding )
 import WorkWrap                ( mkWrapper )