r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/r7rs-small-texinfo
Log | Files | Refs

commit d169c2ec1b00afbf43bfbbf087e8c77011c2e1b8
parent cafca43f128369a0f235d3a36e290613e70259d9
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Tue,  6 Feb 2024 15:31:00 -0500

Missing markup.

Diffstat:
Mdoc/r7rs-small/derived-expressions-implementation.texinfo | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/r7rs-small/derived-expressions-implementation.texinfo b/doc/r7rs-small/derived-expressions-implementation.texinfo @@ -120,7 +120,7 @@ Binding constructs: body1 body2 ...))))) @end lisp -The following @code{letrec} macro uses the symbol <undefined> in place of an expression which +The following @code{letrec} macro uses the symbol @code{<undefined>} in place of an expression which returns something that when stored in a location makes it an error to try to obtain the value stored in the location. (No such expression is defined in Scheme.) A trick is used to generate the temporary names needed to avoid specifying the order in which the values