chickadee » bindings » bind-case-lambda*

(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 multiple pattern arguments