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 | d200ea1c1854229d2969a072b66c032bf91acd95 (patch) | |
tree | bac7f2b83214937ad7e5370a6f5896b9756f0e77 | |
parent | 41999e571135db014b641ebd242518980c2e0bff (diff) | |
download | txr-d200ea1c1854229d2969a072b66c032bf91acd95.tar.gz txr-d200ea1c1854229d2969a072b66c032bf91acd95.tar.bz2 txr-d200ea1c1854229d2969a072b66c032bf91acd95.zip |
doc: typeof: missing BST types.
* txr.1: List tnode and tree types in typeof description.
-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 |