sexp-grammar-1.2.1: Invertible parsers for S-expressions

Safe HaskellNone
LanguageHaskell2010

Language.Sexp.Pretty

Synopsis

Documentation

prettySexp' :: Sexp -> Text Source

Pretty-print a Sexp to a Text

prettySexp :: Sexp -> ByteString Source

Pretty-print a Sexp to a ByteString

prettySexps :: [Sexp] -> ByteString Source

Pretty-print a list of Sexps as a sequence of S-expressions to a ByteString