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 |
| 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
Constructors
| PositiveDualSExpLink (OpenLink DualSExp DualSExpLink) | |
| AntiConsDualSExpLink String |