[project @ 2005-04-04 15:54:50 by simonpj]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsExpr.hi-boot-6
index 30d90a0..40e18ef 100644 (file)
@@ -2,11 +2,12 @@ module HsExpr where
 
 data HsExpr i
 data HsSplice i
-data Match a
+data MatchGroup a
 data GRHSs a
 
 type LHsExpr a = SrcLoc.Located (HsExpr a)
-type LMatch a  = SrcLoc.Located (Match a)
+type SyntaxExpr a = HsExpr a
+type PostTcExpr = HsExpr Var.Id
 
 pprExpr :: (Outputable.OutputableBndr i) => 
        HsExpr.HsExpr i -> Outputable.SDoc
@@ -14,8 +15,8 @@ pprExpr :: (Outputable.OutputableBndr i) =>
 pprSplice :: (Outputable.OutputableBndr i) => 
        HsExpr.HsSplice i -> Outputable.SDoc
 
-pprPatBind :: (Outputable.OutputableBndr i) => 
-       HsPat.LPat i -> HsExpr.GRHSs i -> Outputable.SDoc
+pprPatBind :: (Outputable.OutputableBndr b, Outputable.OutputableBndr i) => 
+       HsPat.LPat b -> HsExpr.GRHSs i -> Outputable.SDoc
 
 pprFunBind :: (Outputable.OutputableBndr i) => 
-       i -> [HsExpr.LMatch i] -> Outputable.SDoc
+       i -> HsExpr.MatchGroup i -> Outputable.SDoc