Re: Detecting arity errors
Lassi Kortela 15 Apr 2020 10:57 UTC
For implementations that have condition types, it could also be possible
to manually raise an arity error from a hand-rolled optional argument
parser. Though implementations as sophisticated as that should probably
have a native case-lambda that doesn't expand to rest-argument handling.