Skip to content

Match on 2d list ? #37

@bgatessucks

Description

@bgatessucks

Hi, thanks for the very interesting work.
Is matching 2d lists supported ?
Example:

match([['a', 1, 2], ['b', 3, 4], ['a', 5, 6]], ['a', _, _], lambda x, y : [x, y])

expecting

[[1, 2], [5, 6]]

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