| Copyright | Benjamin F Jones 2016 | 
|---|---|
| License | ISC | 
| Maintainer | bjones@galois.com | 
| Stability | experimental | 
| Portability | unknown | 
| Safe Haskell | Safe | 
| Language | Haskell2010 | 
Language.Sally.SExpPP
Contents
Description
This module gives a uniform way to pretty print S-expressions through a
 typeclass ToSExp.
S-expression pretty printing
A simple S-expression datatype with Doc values at the leaves.
Typeclass for values that can be converted to a SExp. These values can
 then be pretty printed using the default layout scheme given by sxPretty.
Minimal complete definition
Methods
sxPrettyCompact :: a -> Doc Source #
Instances