Safe Haskell | None |
---|---|
Language | Haskell2010 |
contains a prettyprinter for the Template Haskell datatypes
- nestDepth :: Int
- type Precedence = Int
- appPrec :: Precedence
- unopPrec :: Precedence
- opPrec :: Precedence
- noPrec :: Precedence
- parensIf :: Bool -> Doc -> Doc
- pprint :: Ppr a => a -> String
- class Ppr a where
- ppr_sig :: Name -> Type -> Doc
- pprFixity :: Name -> Fixity -> Doc
- pprPrefixOcc :: Name -> Doc
- isSymOcc :: Name -> Bool
- isSymbolASCII :: Char -> Bool
- pprInfixExp :: Exp -> Doc
- pprExp :: Precedence -> Exp -> Doc
- pprFields :: [(Name, Exp)] -> Doc
- pprMaybeExp :: Precedence -> Maybe Exp -> Doc
- pprGuarded :: Doc -> (Guard, Exp) -> Doc
- pprBody :: Bool -> Body -> Doc
- pprLit :: Precedence -> Lit -> Doc
- bytesToString :: [Word8] -> String
- pprString :: String -> Doc
- pprPat :: Precedence -> Pat -> Doc
- ppr_dec :: Bool -> Dec -> Doc
- ppr_data :: Doc -> Cxt -> Name -> Doc -> Maybe Kind -> [Con] -> Cxt -> Doc
- ppr_newtype :: Doc -> Cxt -> Name -> Doc -> Maybe Kind -> Con -> Cxt -> Doc
- ppr_tySyn :: Doc -> Name -> Doc -> Type -> Doc
- ppr_tf_head :: TypeFamilyHead -> Doc
- commaSepApplied :: [Name] -> Doc
- pprForall :: [TyVarBndr] -> Cxt -> Doc
- pprRecFields :: [(Name, Strict, Type)] -> Type -> Doc
- pprGadtRHS :: [(Strict, Type)] -> Type -> Doc
- pprVarBangType :: VarBangType -> Doc
- pprBangType :: BangType -> Doc
- pprVarStrictType :: (Name, Strict, Type) -> Doc
- pprStrictType :: (Strict, Type) -> Doc
- pprParendType :: Type -> Doc
- pprUInfixT :: Type -> Doc
- pprTyApp :: (Type, [Type]) -> Doc
- pprFunArgType :: Type -> Doc
- split :: Type -> (Type, [Type])
- pprTyLit :: TyLit -> Doc
- pprCxt :: Cxt -> Doc
- ppr_cxt_preds :: Cxt -> Doc
- where_clause :: [Dec] -> Doc
- showtextl :: Show a => a -> Doc
- hashParens :: Doc -> Doc
- quoteParens :: Doc -> Doc
- commaSep :: Ppr a => [a] -> Doc
- commaSepWith :: (a -> Doc) -> [a] -> Doc
- semiSep :: Ppr a => [a] -> Doc
Documentation
type Precedence = Int Source
pprPrefixOcc :: Name -> Doc Source
isSymbolASCII :: Char -> Bool Source
pprInfixExp :: Exp -> Doc Source
pprExp :: Precedence -> Exp -> Doc Source
pprMaybeExp :: Precedence -> Maybe Exp -> Doc Source
pprLit :: Precedence -> Lit -> Doc Source
bytesToString :: [Word8] -> String Source
pprPat :: Precedence -> Pat -> Doc Source
ppr_tf_head :: TypeFamilyHead -> Doc Source
commaSepApplied :: [Name] -> Doc Source
pprVarBangType :: VarBangType -> Doc Source
pprBangType :: BangType -> Doc Source
pprVarStrictType :: (Name, Strict, Type) -> Doc Source
Deprecated: As of template-haskell-2.11.0.0
, VarStrictType
has been replaced by VarBangType
. Please use pprVarBangType
instead.
pprStrictType :: (Strict, Type) -> Doc Source
Deprecated: As of template-haskell-2.11.0.0
, StrictType
has been replaced by BangType
. Please use pprBangType
instead.
pprParendType :: Type -> Doc Source
pprUInfixT :: Type -> Doc Source
pprFunArgType :: Type -> Doc Source
ppr_cxt_preds :: Cxt -> Doc Source
where_clause :: [Dec] -> Doc Source
hashParens :: Doc -> Doc Source
quoteParens :: Doc -> Doc Source
commaSepWith :: (a -> Doc) -> [a] -> Doc Source