[project @ 2003-03-27 08:18:21 by simonpj]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsExpr.hi-boot-5
index ecc7ae4..cc7018d 100644 (file)
@@ -1,4 +1,12 @@
 __interface HsExpr 1 0 where
-__export HsExpr HsExpr pprExpr;
-1 data HsExpr f i p ;
-1 pprExpr :: __forall [_i _p _f] {Name.NamedThing _i, Outputable.Outputable _i, Outputable.Outputable _p} => HsExpr.HsExpr _f _i _p -> Outputable.SDoc ;
+__export HsExpr HsExpr pprExpr Match GRHSs pprPatBind pprFunBind ;
+
+1 data HsExpr i ;
+1 pprExpr :: __forall [i] {Outputable.OutputableBndr i} => HsExpr.HsExpr i -> Outputable.SDoc ;
+
+1 data Match a ;
+1 data GRHSs a ;
+
+1 pprPatBind :: __forall [i] {Outputable.OutputableBndr i} => HsPat.Pat i -> HsExpr.GRHSs i -> Outputable.SDoc ;
+1 pprFunBind :: __forall [i] {Outputable.OutputableBndr i} => i -> [HsExpr.Match i] -> Outputable.SDoc ;
+