- (bindable? pat (where fender ...) seq)syntax
- (bindable? pat seq)syntax
- (bindable? pat (where fender ...))syntax
- (bindable? pat)syntax
The first two forms check if sequence seq matches pattern pat, with optional fenders, i.e. boolean expressions. The second two forms are curried versions of the first two.