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
haskell-process-do-type has two code paths, one to insert a type, one to show it in the minibuffer. They share no code, and for example use different rules to decide what string to pass to ghci.
I'm happy to make a PR refactoring the common code into a single function, if the maintainers agree that this would be an improvement.