chickadee » simple-binds » bind

(bind pat tree xpr . xprs)syntax

binds pattern variables of the pattern pat to corresponding items in the tree and executes xpr . xprs in this context. pat and tree needn't be flat, they can be deeply nested pseudo-lists of symbols.