[project @ 2002-12-10 02:34:21 by igloo]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsExpr.hi-boot-5
index 03f8d70..cc7018d 100644 (file)
@@ -1,4 +1,12 @@
 __interface HsExpr 1 0 where
-__export HsExpr HsExpr pprExpr;
-1 data HsExpr i p ;
-1 pprExpr :: __forall [_i _p] {Outputable.Outputable _i, Outputable.Outputable _p} => HsExpr.HsExpr _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 ;
+