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
Using haskell-stylish-on-save with Yasnippet's import snippet sometimes erases import list. It seems that this occur when the import order will be changes.
Example:
moduleMainwhereimportPrelude
imp
Then hit [TAB] on right after imp and import Language.Haskell.TH using ghc-mod's function symbol completion: