[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SOME and Multiple Values
- To: common-lisp@sail.stanford.edu
- Subject: SOME and Multiple Values
- From: ghenis.pasa@Xerox.COM
- Date: Thu, 16 Apr 1987 20:31:00 -0000
Is it reasonable to expect SOME to return multiple values? CLtL says:
"SOME returns as soon as any invocation of predicate returns a non-nil
value. SOME returns that value."
What if the predicate returns multiple values?
Meta-question: As a matter of current semantics, are multiple values
mandatory only when the standard EXPLICITLY says so?