summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.112
1 files changed, 12 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index beafc62c..1572c396 100644
--- a/txr.1
+++ b/txr.1
@@ -24795,6 +24795,13 @@ If no struct type is registered under
then it returns
.codn nil .
+A
+.code struct-type
+object exists for each structure type and holds information about it.
+These objects are not themselves structures and are all of the
+same type,
+.codn struct-type .
+
.coNP Function @ struct-type-p
.synb
.mets (struct-type-p << obj )
@@ -24807,6 +24814,11 @@ function returns t if
is a structure type, otherwise it returns
.codn nil .
+A structure type is an object of type
+.codn struct-type ,
+returned by
+.codn find-struct-type .
+
.coNP Function @ super
.synb
.mets (super << type )