File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
plugins/hls-tactics-plugin/src/Ide/Plugin/Tactic/LanguageServer Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ module Ide.Plugin.Tactic.LanguageServer.TacticProviders
13
13
) where
14
14
15
15
import Control.Monad
16
- import Control.Monad.Error.Class (MonadError (throwError ))
16
+ import Control.Monad.Error.Class (MonadError (throwError ))
17
17
import Data.Aeson
18
18
import Data.Bool (bool )
19
19
import Data.Coerce
20
- import qualified Data.Map as M
20
+ import qualified Data.Map as M
21
21
import Data.Maybe
22
22
import Data.Monoid
23
- import qualified Data.Text as T
23
+ import qualified Data.Text as T
24
24
import Data.Traversable
25
25
import DataCon (dataConName )
26
26
import Development.IDE.GHC.Compat
27
27
import GHC.Generics
28
- import GHC.LanguageExtensions.Type (Extension (LambdaCase ))
28
+ import GHC.LanguageExtensions.Type (Extension (LambdaCase ))
29
29
import Ide.Plugin.Tactic.Auto
30
30
import Ide.Plugin.Tactic.FeatureSet
31
31
import Ide.Plugin.Tactic.GHC
@@ -37,8 +37,8 @@ import Ide.PluginUtils
37
37
import Ide.Types
38
38
import Language.LSP.Types
39
39
import OccName
40
- import Prelude hiding (span )
41
- import Refinery.Tactic (goal )
40
+ import Prelude hiding (span )
41
+ import Refinery.Tactic (goal )
42
42
43
43
44
44
------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments