Skip to content

implement "List Syntax Confusion" mutation? #15

@jvoigtlaender

Description

@jvoigtlaender

For example, mutating

... [X|[Y|Zs]] ...

to

... [X,[Y|Zs]] ...

and vice versa.

Also taking into account that the former is equivalent to [X,Y|Zs].

Moreover, even accidental uses of : instead of | could be taken into account.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions