summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.122
1 files changed, 19 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index bbf41945..65e759c7 100644
--- a/txr.1
+++ b/txr.1
@@ -13543,6 +13543,12 @@ Character.
Fixnum integer: an integer that fits into the value word, not having to
be heap allocated.
+.coIP bignum
+A bignum integer: arbitrary precision integer that is heap-allocated.
+
+.coIP float
+Floating-point number.
+
.coIP sym
Symbol.
@@ -13558,17 +13564,27 @@ Vector.
.coIP lcons
Lazy cons.
+.coIP range
+Range object.
+
.coIP lstr
Lazy string.
.coIP env
Function/variable binding environment.
-.coIP bignum
-A bignum integer: arbitrary precision integer that is heap-allocated.
+.coIP hash
+Hash table.
+
+.coIP stream
+I/O stream of any kind.
+
+.coIP struct-type
+A structure type: the type of any one of the values which represents
+a structure type.
.PP
-There are additional kinds of objects, such as streams.
+There are more kinds of objects, such as user-defined structures.
.coNP Function @ subtypep
.synb