diff options
Diffstat (limited to 'csc/ir1.csc')
| -rw-r--r-- | csc/ir1.csc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csc/ir1.csc b/csc/ir1.csc index cf745c6..26b885b 100644 --- a/csc/ir1.csc +++ b/csc/ir1.csc @@ -170,7 +170,7 @@ ; body is the name of the clause (??). If the procedure is called with an ; appropriate number of arguments, body is evaluated in tail position. ; Otherwise if there is an alternate, it should be a <lambda-case> - ; expression, representing the next clause to try. If alternate is nil, an + ; expression, representing the next clause to try. If alternate is #f, an ; error is signaled. (define-record-type <lambda-case> (make-lambda-case arguments rest gensyms body alternate) |
