-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
bugghci-backendThis issue relates to the GHCi backend.This issue relates to the GHCi backend.help wanted
Description
I am using intero-nvim with ghci
as backend provider (ghc 8.22). When I execute :interoTypeGeneric
I get:
*Lib> :type-at "src/Lib.hs" 51 1 51 10 startApp
Couldn't guess that module name. Does it exist?
The correct invocation for ghci would be:
*Lib> :type-at Lib 51 1 51 10 startApp
Note that :InteroTypeInsert
works because it does actually use that syntax. My guess is that the invocation for :InteroTypeAt should be the same as for InteroTypeInsert and this would fix the problem?
Metadata
Metadata
Assignees
Labels
bugghci-backendThis issue relates to the GHCi backend.This issue relates to the GHCi backend.help wanted