[project @ 2004-11-18 00:56:18 by igloo]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsExpr.hi-boot-6
index 1987cc4..dd12cd5 100644 (file)
@@ -1,17 +1,20 @@
 module HsExpr where
 
 data HsExpr i
-data Match a
+data HsSplice i
+data MatchGroup a
 data GRHSs a
 
 type LHsExpr a = SrcLoc.Located (HsExpr a)
-type LMatch a  = SrcLoc.Located (Match a)
 
 pprExpr :: (Outputable.OutputableBndr i) => 
        HsExpr.HsExpr i -> Outputable.SDoc
 
-pprPatBind :: (Outputable.OutputableBndr i) => 
-       HsPat.LPat i -> HsExpr.GRHSs i -> Outputable.SDoc
+pprSplice :: (Outputable.OutputableBndr i) => 
+       HsExpr.HsSplice 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