Skip to content

vector patterns are not working in syntax-rules #752

@jpellegrini

Description

@jpellegrini

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions