[project @ 2003-12-16 16:24:42 by simonpj]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsExpr.hi-boot
1 _interface_ HsExpr 1
2 _exports_
3 HsExpr HsExpr pprExpr Match GRHSs pprFunBind pprPatBind ;
4 _declarations_
5 1 data HsExpr i p;
6 1 pprExpr _:_ _forall_ [i] {Outputable.OutputableBndr i} => HsExpr.HsExpr i -> Outputable.SDoc ;;
7
8 1 data Match a b ;
9 1 data GRHSs a b ;
10 1 pprPatBind _:_ _forall_ [i] {Outputable.OutputableBndr i} => HsPat.Pat i -> HsExpr.GRHSs i -> Outputable.SDoc ;;
11 1 pprFunBind _:_ _forall_ [i p] {Outputable.OutputableBndr i} => i -> [HsExpr.Match i] -> Outputable.SDoc ;;