[project @ 1997-06-06 22:27:06 by sof]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsExpr.hi-boot
1 _interface_ HsExpr 1
2 _exports_
3 HsExpr HsExpr pprExpr;
4 _declarations_
5 1 data HsExpr a b c d;
6 1 pprExpr _:_ _forall_ [a b c d] {Name.NamedThing c, Outputable.Outputable c, Outputable.Outputable d, PrelBase.Eq a, Outputable.Outputable a, PrelBase.Eq b, Outputable.Outputable b} => Outputable.PprStyle -> HsExpr.HsExpr a b c d -> Pretty.Doc ;;