Data.SExp.Data
Documentation
Constructors
| StringAtom String | |
| BooleanAtom Bool | |
| IntegerAtom Integer | |
| FloatingAtom Double | |
| SymbolAtom String |
Constructors
| ValueAntiAtom String | Created with QuasiQuotes of form |
| AtomAntiAtom String | Created with QuasiQuotes of form |
| ListAntiAtom String | Created with QuasiQuotes of form |
| StringAntiAtom String | Created with QuasiQuotes of form |
| BooleanAntiAtom String | Created with QuasiQuotes of form |
| IntegerAntiAtom String | Created with QuasiQuotes of form |
| FloatingAntiAtom String | Created with QuasiQuotes of form |
| SymbolAntiAtom String | Created with QuasiQuotes of form |
Constructors
| SExpLink | |
Fields | |
Constructors
| PositiveDualSExp (OpenSExp DualSExpLink) | |
| AntiAtomDualSExp AntiAtom |
data DualSExpLink Source
sexpSymbolValue :: SExp -> Maybe StringSource
sexpToList :: SExp -> Maybe [SExp]Source
sexpLinkToList :: SExpLink -> [SExp]Source
listToSExp :: [SExp] -> SExpSource
listToSExpLink :: [SExp] -> SExpLinkSource