adfbbad10986ee9a209b1a55585761ba5cae97a3
[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, 
7                                   Outputable.Outputable d, PrelBase.Eq a, 
8                                   Outputable.Outputable a, PrelBase.Eq b, Outputable.Outputable b}
9                    => Outputable.PprStyle -> HsExpr a b c d -> Pretty.Doc ;;