summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Gen/Expr.hs
diff options
context:
space:
mode:
authorAdam Gundry <adam@well-typed.com>2021-03-12 15:02:17 +0000
committerAdam Gundry <adam@well-typed.com>2021-05-31 10:14:25 +0100
commit101515944094eedd796aa37825480de163588e4b (patch)
tree98a88c0261c23c2905c5ca747836d0a0a3255e15 /compiler/GHC/Tc/Gen/Expr.hs
parentdfc0dc3ac2d83eedbfb648b4c69775c47071c078 (diff)
downloadhaskell-101515944094eedd796aa37825480de163588e4b.tar.gz
WIP in the direction of linting StepsProvwip/amg/T8095
The awkward part here is that we need access to the FamInstEnvs whenver we call Lint. I've attmepted to look them up where necessary and pass them around, but this is unlikely to be correct yet.
Diffstat (limited to 'compiler/GHC/Tc/Gen/Expr.hs')
-rw-r--r--compiler/GHC/Tc/Gen/Expr.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Gen/Expr.hs b/compiler/GHC/Tc/Gen/Expr.hs
index ecd07c6059..3404563b6f 100644
--- a/compiler/GHC/Tc/Gen/Expr.hs
+++ b/compiler/GHC/Tc/Gen/Expr.hs
@@ -44,7 +44,6 @@ import GHC.Tc.Utils.Instantiate
import GHC.Tc.Gen.App
import GHC.Tc.Gen.Head
import GHC.Tc.Gen.Bind ( tcLocalBinds )
-import GHC.Tc.Instance.Family ( tcGetFamInstEnvs )
import GHC.Core.FamInstEnv ( FamInstEnvs )
import GHC.Rename.Env ( addUsedGRE )
import GHC.Tc.Utils.Env