summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-06-15 19:43:02 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2022-06-15 19:43:02 +0100
commit4f293c5dabe519fed2092f3f4600d40eb2c7be9d (patch)
tree57220f8c59b385c2fd84666dce3b6329bca54c4b
parent071d6e7dacceed190998c08bd291227760d6c7fb (diff)
downloadhaskell-4f293c5dabe519fed2092f3f4600d40eb2c7be9d.tar.gz
Remove redundant import
-rw-r--r--compiler/GHC/HsToCore/Expr.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/HsToCore/Expr.hs b/compiler/GHC/HsToCore/Expr.hs
index e9b85479d1..227a8223c1 100644
--- a/compiler/GHC/HsToCore/Expr.hs
+++ b/compiler/GHC/HsToCore/Expr.hs
@@ -45,7 +45,6 @@ import GHC.Tc.Utils.Monad
import GHC.Core.Type
import GHC.Core.TyCo.Rep
import GHC.Core.Multiplicity
-import GHC.Core.Coercion( instNewTyCon_maybe, mkSymCo )
import GHC.Core
import GHC.Core.Utils
import GHC.Core.Make