added note about unsupplied-arg
svn: r10483
This commit is contained in:
parent
69b4ffc7c0
commit
c4be4bd7a5
|
@ -453,6 +453,10 @@ If the identifier position of the range contract is
|
|||
expressions are evaluated when the function is called (and
|
||||
the underscore is not bound in the range). Otherwise the
|
||||
range expressions are evaluated when the function returns.
|
||||
|
||||
If there are optional arguments that are not supplied, then
|
||||
the corresponding variables will be bound to a special value
|
||||
called the @scheme[unsupplied-arg] value.
|
||||
}
|
||||
|
||||
@defform*/subs[#:literals (any values ->)
|
||||
|
|
Loading…
Reference in New Issue
Block a user