SExpressionOf(Str, Sym, Int, Flt)ΒΆ
sex.spad line 72 [edit on github]
Str: SetCategory
Sym: SetCategory
Int: SetCategory
Flt: SetCategory
This domain allows the manipulation of Lisp values over arbitrary atomic types.
- #: % -> Integer
 from SExpressionCategory(Str, Sym, Int, Flt)
- atom?: % -> Boolean
 from SExpressionCategory(Str, Sym, Int, Flt)
- car: % -> %
 from SExpressionCategory(Str, Sym, Int, Flt)
- cdr: % -> %
 from SExpressionCategory(Str, Sym, Int, Flt)
- coerce: % -> OutputForm
 from CoercibleTo OutputForm
- convert: Flt -> %
 from SExpressionCategory(Str, Sym, Int, Flt)
- convert: Int -> %
 from SExpressionCategory(Str, Sym, Int, Flt)
- convert: List % -> %
 from SExpressionCategory(Str, Sym, Int, Flt)
- convert: Str -> %
 from SExpressionCategory(Str, Sym, Int, Flt)
- convert: Sym -> %
 from SExpressionCategory(Str, Sym, Int, Flt)
- destruct: % -> List %
 from SExpressionCategory(Str, Sym, Int, Flt)
- elt: (%, Integer) -> %
 from SExpressionCategory(Str, Sym, Int, Flt)
- elt: (%, List Integer) -> %
 from SExpressionCategory(Str, Sym, Int, Flt)
- eq: (%, %) -> Boolean
 from SExpressionCategory(Str, Sym, Int, Flt)
- float?: % -> Boolean
 from SExpressionCategory(Str, Sym, Int, Flt)
- float: % -> Flt
 from SExpressionCategory(Str, Sym, Int, Flt)
- hash: % -> SingleInteger
 from Hashable
- hashUpdate!: (HashState, %) -> HashState
 from Hashable
- integer?: % -> Boolean
 from SExpressionCategory(Str, Sym, Int, Flt)
- integer: % -> Int
 from SExpressionCategory(Str, Sym, Int, Flt)
- latex: % -> String
 from SetCategory
- list?: % -> Boolean
 from SExpressionCategory(Str, Sym, Int, Flt)
- null?: % -> Boolean
 from SExpressionCategory(Str, Sym, Int, Flt)
- pair?: % -> Boolean
 from SExpressionCategory(Str, Sym, Int, Flt)
- string?: % -> Boolean
 from SExpressionCategory(Str, Sym, Int, Flt)
- string: % -> Str
 from SExpressionCategory(Str, Sym, Int, Flt)
- symbol?: % -> Boolean
 from SExpressionCategory(Str, Sym, Int, Flt)
- symbol: % -> Sym
 from SExpressionCategory(Str, Sym, Int, Flt)
SExpressionCategory(Str, Sym, Int, Flt)