- (bind-case-lambda clause0 clause1 ...) syntax
where each clause is of one of two forms
(pat => test? xpr . xprs) (pat xpr . xprs)
Combination of bind-case and lambda with one pattern argument
where each clause is of one of two forms
(pat => test? xpr . xprs) (pat xpr . xprs)
Combination of bind-case and lambda with one pattern argument