-
-
Notifications
You must be signed in to change notification settings - Fork 400
Closed
Labels
component: wingmantype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
foo = undefined
where
bar :: Maybe a -> b
bar = _
where
pleaseDontHurtMe = undefined
Refine hole on the only hole (bar = _
)
You get:
foo = undefined
where
bar :: Maybe a -> b
bar m_a = _we
@isovector why did you hurt my nested where function :(
This might well be an issue with a Wingman dependency, I don't know Wingman's internals well enough to judge...
Metadata
Metadata
Assignees
Labels
component: wingmantype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..