Discussion:
[gambit-list] Patch for SRFI 122 implementation: fixes bug in array-{every, any}
Bradley Lucier
2018-11-16 19:45:57 UTC
Permalink
Arthur:

I'm including here a patch for a bug in the implementation of
array-every and array-any in SRFI 122.

Perhaps you can apply it as is (I don't want to make a new fork of
srfi-122 just to suggest this fix).

You can see the fix to macro-make-predicates in context here:

https://github.com/gambiteer/srfi-122/blob/master/generic-arrays.scm

Thanks.

Brad

Loading...