8 type LHsExpr a = SrcLoc.Located (HsExpr a)
9 type SyntaxExpr a = HsExpr a
10 type PostTcExpr = HsExpr Var.Id
12 pprExpr :: (Outputable.OutputableBndr i) =>
13 HsExpr.HsExpr i -> Outputable.SDoc
15 pprSplice :: (Outputable.OutputableBndr i) =>
16 HsExpr.HsSplice i -> Outputable.SDoc
18 pprPatBind :: (Outputable.OutputableBndr b, Outputable.OutputableBndr i) =>
19 HsPat.LPat b -> HsExpr.GRHSs i -> Outputable.SDoc
21 pprFunBind :: (Outputable.OutputableBndr i) =>
22 i -> HsExpr.MatchGroup i -> Outputable.SDoc