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 741e667 commit 9d41822Copy full SHA for 9d41822
plugins/tactics/src/Ide/Plugin/Tactic/Types.hs
@@ -31,6 +31,7 @@ import Data.Generics.Product (field)
31
import Data.Map (Map)
32
import Data.Set (Set)
33
import Data.Tree
34
+import Development.IDE ()
35
import Development.IDE.GHC.Compat hiding (Node)
36
import Development.IDE.Types.Location
37
import GHC.Generics
@@ -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