I understood this to be a problem with the code (which does not contain "exact?" anywhere) rather than the text.
On Fri, Jan 26, 2024 at 3:40 PM Arthur A. Gleckler <[email protected]> wrote: > On Thu, Jan 25, 2024 at 9:13 PM John Cowan <[email protected]> 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. > > I've made the other changes, and added references in the Status section. > Please take a look at commit 456bc735 > <https://github.com/scheme-requests-for-implementation/srfi-133/commit/456bc7354a1cd3840eedb0934432021d363586d2> > before I publish the new erratum. > Thanks. >
