Skip to content

Faulty operator precedence parsing in haskell #341

@julian-berbel

Description

@julian-berbel

The following piece of code:

foo = (even $ 5) || False

(valid)

Gets parsed to the same ast as:

foo = even $ 5 || False

(type error)

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