Closed
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...