Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wingman doesn't respect GADT equalities when splitting #1462

Closed
isovector opened this issue Feb 28, 2021 · 0 comments · Fixed by #1466
Closed

Wingman doesn't respect GADT equalities when splitting #1462

isovector opened this issue Feb 28, 2021 · 0 comments · Fixed by #1466
Labels
component: wingman type: bug Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..

Comments

@isovector
Copy link
Collaborator

data GADT a where
    MkBool :: GADT Bool 

test :: GADT Int 
test = _

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

@isovector isovector added type: bug Something isn't right: doesn't work as intended, documentation is missing/outdated, etc.. component: wingman labels Feb 28, 2021
@mergify mergify bot closed this as completed in #1466 Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: wingman type: bug Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant