kicad-data-0.5.0: Parser and writer for KiCad files.
Data.Kicad.SExpr.SExpr
Synopsis
data SExpr Source #
Constructors
Instances
Methods
(==) :: SExpr -> SExpr -> Bool #
(/=) :: SExpr -> SExpr -> Bool #
showsPrec :: Int -> SExpr -> ShowS #
show :: SExpr -> String #
showList :: [SExpr] -> ShowS #
class SExpressable a where Source #
Minimal complete definition
toSExpr
toSExpr :: a -> SExpr Source #
toSExpr :: PcbnewAttribute -> SExpr Source #
toSExpr :: PcbnewItem -> SExpr Source #
toSExpr :: PcbnewModule -> SExpr Source #
toSExpr :: PcbnewExpr -> SExpr Source #
getPos :: SExpr -> SourcePos Source #
Get s-expression source code position (filename, line-number and - column-number)