haskell / haskell/haskell-language-server
Hover on inner signature gives confusing information
Abierto
component: ghcide
type: enhancement
- Lenguaje dominante
- Haskell
- Estrellas
- 3k
- Forks
- 455
- Merge medio
- 2 d 19 h
- PR fusionados (30 d)
- 11
Descripción
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`.
````haskell
outer :: Bool
outer = undefined where
inner :: Char
inner = undefined
````
Tests in haskell/ghcide#311.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.