[project @ 1996-07-15 11:32:34 by partain]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsCore.lhs
index 6dd80c1..f59bb89 100644 (file)
@@ -16,7 +16,7 @@ We could either use this, or parameterise @GenCoreExpr@ on @Types@ and
 module HsCore (
        UnfoldingCoreExpr(..), UnfoldingCoreAlts(..),
        UnfoldingCoreDefault(..), UnfoldingCoreBinding(..),
-       UnfoldingCoreAtom(..), UfId(..), UnfoldingType(..),
+       UnfoldingCoreAtom(..), UfId(..), SYN_IE(UnfoldingType),
        UnfoldingPrimOp(..), UfCostCentre(..)
     ) where