Skip to content

Fix parser for "as" rules #6

@krtek4

Description

@krtek4

Fix the parser for the following patterns :

  • '[a, b][c, d]' : shouldn't be valid
  • '(x:xs)@(x:xs)' : catched by the cons rule instead of generating an error
  • '[a, b]@[c, d]' : catched by the array rule instead of generating an error

The last two could eventually make sense, but they need to be fixed anyway.

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