_interface_ HsExpr 1 _exports_ HsExpr HsExpr pprExpr Match GRHSs pprFunBind pprPatBind ; _declarations_ 1 data HsExpr i p; 1 pprExpr _:_ _forall_ [i] {Outputable.OutputableBndr i} => HsExpr.HsExpr i -> Outputable.SDoc ;; 1 data Match a b ; 1 data GRHSs a b ; 1 pprPatBind _:_ _forall_ [i] {Outputable.OutputableBndr i} => HsPat.Pat i -> HsExpr.GRHSs i -> Outputable.SDoc ;; 1 pprFunBind _:_ _forall_ [i p] {Outputable.OutputableBndr i} => i -> [HsExpr.Match i] -> Outputable.SDoc ;;