Patch for SRFI 122 implementation: fixes bug in array-{every,any}
Bradley Lucier 16 Nov 2018 19:45 UTC
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