From 76589b5724a7ee07cae268a54d972c97b2923f71 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 24 Mar 2020 20:16:23 -0700 Subject: doc: typeof: missing BST types. * txr.1: List tnode and tree types in typeof description. --- txr.1 | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3