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

Safe HaskellSafe
LanguageHaskell2010

Data.Kicad.SExpr.SExpr

Synopsis

Documentation

data SExpr Source #

Instances

Eq SExpr Source # 

Methods

(==) :: SExpr -> SExpr -> Bool #

(/=) :: SExpr -> SExpr -> Bool #

Show SExpr Source # 

Methods

showsPrec :: Int -> SExpr -> ShowS #

show :: SExpr -> String #

showList :: [SExpr] -> ShowS #

getPos :: SExpr -> SourcePos Source #

Get s-expression source code position (filename, line-number and - column-number)