Skip to content

Type signature in pattern synonym incorrectly highlighted #194

@sheaf

Description

@sheaf

Including a type-signature in a pattern synonym seems to cause an issue:

pattern MkZ fld3 <- ( foo -> ( fld3 :: TYPE rep ) )
  where
    MkZ fld3 = bar

bad_PS

Without the type-signature, it's OK:

good_PS

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions