kicad-data-0.5.0: Parser and writer for KiCad files.

Safe HaskellSafe
LanguageHaskell2010

Data.Kicad.SExpr.Write

Synopsis

Documentation

pretty :: SExpr -> Doc Source #

Pretty-print an s-expression as a readable "document".

write :: SExpr -> String Source #

Serialize an s-expression into a compact string.