Re: procedure-arity-mask and keywords
Lassi Kortela 15 Apr 2020 09:32 UTC
SRFI 191 says "if proc definitely cannot be called with k arguments,
then the kth bit of n is 0". So if the bit is 1, an argument at that
position may or may not be valid. The 171<->191 interoperation would
take advantage of the ambiguity in that definition.