From 53b88113d3e0b86a234c5d96df0dceea737e571e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 12 Dec 2015 08:57:21 -0800 Subject: Update typeof documentation * txr.1: more types are listed under typeof. --- txr.1 | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/txr.1 b/txr.1 index bbf41945..65e759c7 100644 --- a/txr.1 +++ b/txr.1 @@ -13543,6 +13543,12 @@ Character. Fixnum integer: an integer that fits into the value word, not having to be heap allocated. +.coIP bignum +A bignum integer: arbitrary precision integer that is heap-allocated. + +.coIP float +Floating-point number. + .coIP sym Symbol. @@ -13558,17 +13564,27 @@ Vector. .coIP lcons Lazy cons. +.coIP range +Range object. + .coIP lstr Lazy string. .coIP env Function/variable binding environment. -.coIP bignum -A bignum integer: arbitrary precision integer that is heap-allocated. +.coIP hash +Hash table. + +.coIP stream +I/O stream of any kind. + +.coIP struct-type +A structure type: the type of any one of the values which represents +a structure type. .PP -There are additional kinds of objects, such as streams. +There are more kinds of objects, such as user-defined structures. .coNP Function @ subtypep .synb -- cgit v1.2.3