Skip to content

No syntax for functional dependencies #24

Open
@arthurxavierx

Description

@arthurxavierx

There is no proper syntax definition for functional dependencies, meaning the following example does not get properly highlighted:

class MyClass f a b | a -> b where
  method :: f (a b) -> f b -> f (a b)

a and b should be highlighted as type variables.

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