We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2817f06 commit 70a484eCopy full SHA for 70a484e
plugins/tactics/src/Ide/Plugin/Tactic/Types.hs
@@ -32,6 +32,7 @@ import Data.Map (Map)
32
import Data.Set (Set)
33
import Data.Tree
34
import Development.IDE.GHC.Compat hiding (Node)
35
+import Development.IDE.GHC.Orphans
36
import Development.IDE.Types.Location
37
import GHC.Generics
38
import Ide.Plugin.Tactic.Debug
@@ -65,9 +66,6 @@ instance Show Var where
65
66
instance Show TCvSubst where
67
show = unsafeRender
68
-instance {-# OVERLAPPING #-} Show (LHsExpr GhcPs) where
69
- show = unsafeRender
70
-
71
instance Show DataCon where
72
73
0 commit comments