Skip to content

pattern x.* and constructors #51

@rgrig

Description

@rgrig

The pattern x.* will match calls to constructors (because their name fits "any"="*"), but the sub-pattern x will apply to the first argument of the constructor, which is counter-intuitive.

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