summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-03-24 20:16:23 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-03-24 20:16:23 -0700
commit76589b5724a7ee07cae268a54d972c97b2923f71 (patch)
treebac7f2b83214937ad7e5370a6f5896b9756f0e77
parentd6acfe6e20163657fcfa72ea9426c0b9199526fe (diff)
downloadtxr-76589b5724a7ee07cae268a54d972c97b2923f71.tar.gz
txr-76589b5724a7ee07cae268a54d972c97b2923f71.tar.bz2
txr-76589b5724a7ee07cae268a54d972c97b2923f71.zip
doc: typeof: missing BST types.
* txr.1: List tnode and tree types in typeof description.
-rw-r--r--txr.16
1 files changed, 6 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 0d087525..4143c647 100644
--- a/txr.1
+++ b/txr.1
@@ -17710,6 +17710,12 @@ Regular expression object.
A structure type: the type of any one of the values which represents
a structure type.
+.coIP tnode
+Binary search tree node.
+
+.coIP tree
+Binary search tree.
+
.coIP args
Function argument list represented as an object.
.PP