r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a1cceeba82e8dedc4c9c4042777278a62549af90
parent 0ef44fc9ce6a88f9b47c3f35ac4bbc2fba50e3da
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Tue, 30 Jan 2024 15:30:29 -0500

3.2: Reflow.

Diffstat:
Mdoc/r7rs-small/r7rs-small.texinfo | 17++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo @@ -920,13 +920,16 @@ No object satisfies more than one of the following predicates: and all predicates created by @code{define-record-type}. -These predicates define the types @dfn{boolean}, @dfn{bytevector}, @dfn{character}, the empty list object, -@dfn{eof-object}, @dfn{number}, @dfn{pair}, @dfn{port}, @dfn{procedure}, @dfn{string}, @dfn{symbol}, @dfn{vector}, and all record types. - -Although there is a separate boolean type, any Scheme value can be used as a boolean -value for the purpose of a conditional test. As explained in section 6.3, all values count as -true in such a test except for @code{#f}. This report uses the word ``true'' to refer to any Scheme -value except @code{#f}, and the word ``false'' to refer to @code{#f}. +These predicates define the types @dfn{boolean}, @dfn{bytevector}, +@dfn{character}, the empty list object, @dfn{eof-object}, @dfn{number}, +@dfn{pair}, @dfn{port}, @dfn{procedure}, @dfn{string}, @dfn{symbol}, +@dfn{vector}, and all record types. + +Although there is a separate boolean type, any Scheme value can be used as a +boolean value for the purpose of a conditional test. As explained in section +6.3, all values count as true in such a test except for @code{#f}. This +report uses the word ``true'' to refer to any Scheme value except @code{#f}, +and the word ``false'' to refer to @code{#f}. @node External representations (basic) @section External representations (basic)