Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
- data SExpr
- data Keyword
- = KeyZoneConnect
- | KeyXyz
- | KeyXy
- | KeyWidth
- | KeyThickness
- | KeyThermalWidth
- | KeyThermalGap
- | KeyTedit
- | KeyTags
- | KeyStart
- | KeySolderPasteMarginRatio
- | KeySolderPasteMargin
- | KeySolderMaskMargin
- | KeySize
- | KeyScale
- | KeyRotate
- | KeyRectDelta
- | KeyPts
- | KeyPad
- | KeyOffset
- | KeyModule
- | KeyModel
- | KeyLayers
- | KeyLayer
- | KeyFpText
- | KeyFpPoly
- | KeyFpLine
- | KeyFpCircle
- | KeyFpArc
- | KeyFont
- | KeyEnd
- | KeyEffects
- | KeyDrill
- | KeyDescr
- | KeyClearance
- | KeyCenter
- | KeyAutoplaceCost90
- | KeyAutoplaceCost180
- | KeyAttr
- | KeyAt
- | KeyAngle
- class SExpressable a where
- pretty :: SExpr -> Doc
- write :: SExpr -> String
- writeKeyword :: Keyword -> String
- parse :: String -> Either String SExpr
Types
class SExpressable a where Source
Writing
writeKeyword :: Keyword -> String Source