Skip to content

Commit 9d41822

Browse files
committed
Remove unecessary instance
1 parent 741e667 commit 9d41822

File tree

1 file changed

+1
-3
lines changed
  • plugins/tactics/src/Ide/Plugin/Tactic

1 file changed

+1
-3
lines changed

plugins/tactics/src/Ide/Plugin/Tactic/Types.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import Data.Generics.Product (field)
3131
import Data.Map (Map)
3232
import Data.Set (Set)
3333
import Data.Tree
34+
import Development.IDE ()
3435
import Development.IDE.GHC.Compat hiding (Node)
3536
import Development.IDE.Types.Location
3637
import GHC.Generics
@@ -65,9 +66,6 @@ instance Show Var where
6566
instance Show TCvSubst where
6667
show = unsafeRender
6768

68-
instance {-# OVERLAPPING #-} Show (LHsExpr GhcPs) where
69-
show = unsafeRender
70-
7169
instance Show DataCon where
7270
show = unsafeRender
7371

0 commit comments

Comments
 (0)