summaryrefslogtreecommitdiff
path: root/compiler/typecheck/Inst.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/Inst.hs')
-rw-r--r--compiler/typecheck/Inst.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/typecheck/Inst.hs b/compiler/typecheck/Inst.hs
index cab0e596c5..4489482459 100644
--- a/compiler/typecheck/Inst.hs
+++ b/compiler/typecheck/Inst.hs
@@ -54,6 +54,7 @@ import FunDeps
import TcMType
import Type
import TyCoRep
+import TyCoPpr ( debugPprType )
import TcType
import HscTypes
import Class( Class )