For some reason when I use hoogle lookup on any name, it doesn't take context into account. Say I use import Foundation; putStrLn and I hit SPC-m-h-h, hoogle totally ignores I am using putStrLn from Foundation and shows me absolutely irrelevant results of putStrLn from Prelude.
Also when I go to next error, the description of error (popup window) disappears after 5 secs. Haskell errors cant be understood in 5 secs by its nature...
I use spacemacs with haskell layer.
For some reason when I use hoogle lookup on any name, it doesn't take context into account. Say I use
import Foundation; putStrLn
and I hit SPC-m-h-h, hoogle totally ignores I am using putStrLn from Foundation and shows me absolutely irrelevant results of putStrLn from Prelude.Also when I go to next error, the description of error (popup window) disappears after 5 secs. Haskell errors cant be understood in 5 secs by its nature...