language-bluespec-0.1: An implementation of the Bluespec Haskell AST
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Bluespec.Pretty

Documentation

type PDetail = PrettyLevel Source #

ppReadable :: Pretty a => a -> String Source #

ppReadableIndent :: Pretty a => Int -> a -> String Source #

ppAll :: Pretty a => a -> String Source #

ppDebug :: Pretty a => a -> String Source #

pparen :: Bool -> Doc -> Doc Source #

sepList :: [Doc] -> Doc -> Doc Source #

ppr :: Pretty a => PDetail -> a -> String Source #

s2par :: String -> Doc Source #