| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Language.Sexp.Pretty
Contents
- prettySexp' :: Sexp -> ByteString
 - prettySexp :: Sexp -> Text
 - prettySexps :: [Sexp] -> Text
 
Documentation
prettySexp' :: Sexp -> ByteString Source #
Pretty-print a Sexp to a ByteString
prettySexp :: Sexp -> Text Source #
Pretty-print a Sexp to a Text
prettySexps :: [Sexp] -> Text Source #
Pretty-print a list of Sexps as a sequence of S-expressions to a ByteString