Re: Questions about the specification and implementation
Bradley Lucier 26 Jan 2024 21:01 UTC
On 1/26/24 3:39 PM, Arthur A. Gleckler wrote:
> On Thu, Jan 25, 2024 at 9:13 PM John Cowan <xxxxxx@ccil.org
> <mailto:xxxxxx@ccil.org>> wrote:
>
> 1. Every place (integer? i) is used, shouldI suggest it be (and
> (exact?
> i) (integer? i)) or (exact-integer? i) (if r7rs).
>
>
> Agreed. This should be fixed as an erratum.
>
> This change isn't necessary. In both cases where |integer?| is required
> in the text, |exact?| is also required in the text immediately before.
>
The change is required in vectors/vectors-impl.scm.
I'll try to come up with something and test it.
Brad