SExpressionOf(Str, Sym, Int, Flt)
sex.spad line 72
[edit on github]
This domain allows the manipulation of Lisp values over arbitrary atomic types.
- # : % -> Integer
- from SExpressionCategory(Str, Sym, Int, Flt)
- = : (%, %) -> Boolean
- from BasicType
- 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 : Str -> %
- from SExpressionCategory(Str, Sym, Int, Flt)
- convert : Sym -> %
- from SExpressionCategory(Str, Sym, Int, Flt)
- convert : List(%) -> %
- 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 : % -> Flt
- from SExpressionCategory(Str, Sym, Int, Flt)
- float? : % -> Boolean
- from SExpressionCategory(Str, Sym, Int, Flt)
- hash : % -> SingleInteger
- from Hashable
- hashUpdate! : (HashState, %) -> HashState
- from Hashable
- integer : % -> Int
- from SExpressionCategory(Str, Sym, Int, Flt)
- integer? : % -> Boolean
- 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 : % -> Str
- from SExpressionCategory(Str, Sym, Int, Flt)
- string? : % -> Boolean
- from SExpressionCategory(Str, Sym, Int, Flt)
- symbol : % -> Sym
- from SExpressionCategory(Str, Sym, Int, Flt)
- symbol? : % -> Boolean
- from SExpressionCategory(Str, Sym, Int, Flt)
- ~= : (%, %) -> Boolean
- from BasicType
Hashable
CoercibleTo(OutputForm)
SExpressionCategory(Str, Sym, Int, Flt)
BasicType
SetCategory