Skip to content

Wingman doesn't respect GADT equalities when splitting #1462

Closed
@isovector

Description

@isovector
data GADT a where
    MkBool :: GADT Bool 

test :: GADT Int 
test = _

Attempt to fill hole will give the solution MkBool which is atrocious.

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: wingmantype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions