kicad-data-0.1.0.0: Parser and writer for KiCad files.
Data.Kicad.SExpr.Write
Synopsis
pretty :: SExpr -> Doc Source
Pretty-print a SExpr as a readable Doc.
SExpr
Doc
write :: SExpr -> String Source
Serialize an SExpr as a compact s-expression String.
String
writeKeyword :: Keyword -> String Source
Write a Keyword as a String. Removes "Key" from the Show instance and converts the rest to underscore (e.g KeyFpTextType becomes "fp_text_type").
Keyword
Show