It seems that vector patterns are not working in `syntax-rules`: ``` stklos> (define-syntax f (syntax-rules () ((_ #(a b)) b))) stklos> (f #(1 2)) **** Error: f: no matching clause for (f #(1 2)) ``` I'll take a look into that.