| Safe Haskell | None |
|---|
Data.Kicad.PcbnewExpr.Parse
- parse :: String -> Either String PcbnewExpr
- fromSExpr :: SExpr -> Either String PcbnewExpr
Documentation
parse :: String -> Either String PcbnewExprSource
Parse a PcbnewExpr from a String. Returns an String with an error or
a PcbnewExpr.
fromSExpr :: SExpr -> Either String PcbnewExprSource
Interpret a SExpr as a PcbnewExpr.