Language.Haskell.TH.Ppr
Documentation
type Precedence = Int Source
pprInfixExp :: Exp -> Doc Source
pprExp :: Precedence -> Exp -> Doc Source
pprMaybeExp :: Precedence -> Maybe Exp -> Doc Source
pprLit :: Precedence -> Lit -> Doc Source
pprPat :: Precedence -> Pat -> Doc Source
pprStrictType :: (Strict, Type) -> Doc Source
pprParendType :: Type -> Doc Source
pprFunArgType :: Type -> Doc Source
pprArrowArgKind :: Kind -> Doc Source
where_clause :: [Dec] -> Doc Source