[project @ 2002-10-11 14:46:02 by simonpj]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsExpr.hi-boot-5
1 __interface HsExpr 1 0 where
2 __export HsExpr HsExpr pprExpr Match GRHSs pprPatBind pprFunBind ;
3
4 1 data HsExpr i ;
5 1 pprExpr :: __forall [i] {Outputable.OutputableBndr i} => HsExpr.HsExpr i -> Outputable.SDoc ;
6
7 1 data Match a ;
8 1 data GRHSs a ;
9
10 1 pprPatBind :: __forall [i] {Outputable.OutputableBndr i} => HsPat.Pat i -> HsExpr.GRHSs i -> Outputable.SDoc ;
11 1 pprFunBind :: __forall [i] {Outputable.OutputableBndr i} => i -> [HsExpr.Match i] -> Outputable.SDoc ;
12