Open
Description
Hovering on the signature of inner
in the following sample, gives the signature of outer
. Hovering on the definition of inner
gives the correct signature of inner
.
outer :: Bool
outer = undefined where
inner :: Char
inner = undefined
Tests in haskell/ghcide#311.