Single argument case for set-union etc. Shiro Kawai (23 Aug 2016 23:49 UTC)
Re: Single argument case for set-union etc. John Cowan (24 Aug 2016 17:09 UTC)
Fwd: Re: Single argument case for set-union etc. Arthur A. Gleckler (24 Aug 2016 17:57 UTC)

Fwd: Re: Single argument case for set-union etc. Arthur A. Gleckler 24 Aug 2016 17:57 UTC

Thank you to Mr. Shiro Kawai, who provided a patch for SRFI
113.  (See below.)  John Cowan, author of SRFI 113, has
approved, so I've pushed this to the Git repository and to
the web site.  Note that this involved changes only to the
reference implementation, not to the SRFI document.

Thanks!

SRFI Editor

| On Tue, Aug 23, 2016 at 7:49 PM, Shiro Kawai
| <xxxxxx@gmail.com>
| wrote:
>
|  SRFI document allows set-union etc. to take only one
|  argument, but the reference implementation didn't allow
|  that. This patch fixes the reference implementation to
|  match the srfi document.
>
|  https://github.com/scheme-requests-for-implementation/srfi-113/pull/8