js-good-parts-0.0.3: Javascript: The Good Parts -- AST & Pretty Printer

Safe HaskellSafe-Infered

Language.JavaScript.Pretty

Documentation

sepWith :: Pretty a => Doc -> [a] -> DocSource

endWith :: Pretty a => Doc -> [a] -> DocSource

sepWith' :: Pretty a => Doc -> NonEmptyList a -> DocSource

endWith' :: Pretty a => Doc -> NonEmptyList a -> DocSource

prettyInfixOpApp :: (PrettyPrec a, PrettyPrec b) => Int -> OpInfo -> a -> b -> DocSource

prettyPrefixOpApp :: PrettyPrec a => Int -> OpInfo -> a -> DocSource