Deal correctly with infix type constructors in GADT decls
[ghc-hetmet.git] / compiler / hsSyn / HsExpr.hi-boot-5
1 __interface HsExpr 1 0 where
2 __export HsExpr HsExpr pprExpr Match GRHSs LHsExpr LMatch pprPatBind pprFunBind ;
3
4 1 data HsExpr i ;
5 1 data Match a ;
6 1 data GRHSs a ;
7
8 1 type LHsExpr a = SrcLoc.Located (HsExpr a) ;
9 1 type LMatch a  = SrcLoc.Located (Match a) ;
10
11 1 pprExpr :: __forall [i] {Outputable.OutputableBndr i} => HsExpr.HsExpr i -> Outputable.SDoc ;
12 1 pprPatBind :: __forall [i] {Outputable.OutputableBndr i} => HsPat.LPat i -> HsExpr.GRHSs i -> Outputable.SDoc ;
13 1 pprFunBind :: __forall [i] {Outputable.OutputableBndr i} => i -> [HsExpr.LMatch i] -> Outputable.SDoc ;
14