Skip to content

Context of a function does not form a node #5

@ocharles

Description

@ocharles

If I have the following:

foo :: Eq a => a -> a

I may later want to add more constraints to the context of this function. I would like to move the point over Eq a and use ) to select the whole Eq a node and then surround it with parenthesis (M-(). Unfortunately, the node selected is Eq a =>, which is too large a selection,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions