- (bind-case seq (pat (where fender ...) .. xpr ....) ....)syntax
Matches seq against a series of patterns and executes the body of the first matching pattern satisfying fenders (if given).
Matches seq against a series of patterns and executes the body of the first matching pattern satisfying fenders (if given).