Data.SExp.Data
Documentation
Constructors
| StringAtom String | |
| BooleanAtom Bool | |
| IntegerAtom Integer | |
| FloatingAtom Double | |
| SymbolAtom String |
Constructors
| SExpLink | |
Fields | |
Constructors
| PositiveDualSExp (OpenSExp DualSExpLink) | |
| AntiAtomDualSExp AntiAtom |
data DualSExpLink Source
Constructors
| PositiveDualSExpLink (OpenLink DualSExp DualSExpLink) | |
| AntiConsDualSExpLink String |