On Tue, Jan 15, 2013 at 11:29 PM, ノートン ジョーセフ ウェイ ン <
[email protected]> wrote:

>
> Hello.
>
> I'd like to confirm if these are typos or not with <def formals> and
> <definition> of section 7.1.6 of R7RS draft 8.
>
>
> draft 8:
>
> ⟨def formals⟩ → ⟨identifier⟩* | ⟨identifier⟩* . ⟨identifier⟩
>
> correct?:
>
> ⟨def formals⟩ → ⟨identifier⟩* | ⟨identifier⟩+ . ⟨identifier⟩
>

The draft is correct here.

draft 8:
>
> | (define-values ⟨def formals⟩ ⟨body⟩)
>
> correct?:
>
>  | (define-values "(" ⟨def formals⟩ ")" ⟨body⟩)
>
Neither of these are correct, since

  (define-values <identifier> <body>)

is valid.  We'll fix this.

-- 
Alex
_______________________________________________
Scheme-reports mailing list
[email protected]
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports

Reply via email to