You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to 13.14 I was able to hover over a module import and call haskell-process-do-info (mapped to C-c C-i by default) and all top level functions / data types would display in the haskell interactive repl. Now nothing shows up. Has this functionality been moved? It appears to show a preview of the exports in a mini-buffer and in *Messages*, but not the repl.
Example: -- imported via Vertigo.Types.Follow [ data Follo .. ] is all I get, in a mini-buffer. Am I missing something trivial?