Skip to content

Commit 70a484e

Browse files
committed
Remove unnecesary instance
1 parent 2817f06 commit 70a484e

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
@@ -32,6 +32,7 @@ import Data.Map (Map)
3232
import Data.Set (Set)
3333
import Data.Tree
3434
import Development.IDE.GHC.Compat hiding (Node)
35+
import Development.IDE.GHC.Orphans
3536
import Development.IDE.Types.Location
3637
import GHC.Generics
3738
import Ide.Plugin.Tactic.Debug
@@ -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)