diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-03-24 20:16:23 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-03-24 20:16:23 -0700 |
commit | 76589b5724a7ee07cae268a54d972c97b2923f71 (patch) | |
tree | bac7f2b83214937ad7e5370a6f5896b9756f0e77 /txr.1 | |
parent | d6acfe6e20163657fcfa72ea9426c0b9199526fe (diff) | |
download | txr-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.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |