Skip to content

Fix slow parsing of tuple patterns and types #51

Description

@siddharth-krishna

Example script:

fun x -> match x with {
  | ((((((((((((x)))))))))))) -> 2
}
image

We should use tupleElems instead of tupleArgs (slower) in Parse.hs for tuple patterns and type lists as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions