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 056bd41 commit 59695c2Copy full SHA for 59695c2
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