diff --git a/ghc/compiler/typecheck/Inst.lhs b/ghc/compiler/typecheck/Inst.lhs
index a076b026fea586f229ea7fc049d1002d5cb67803..6d18d0154f924441c67b22f067f9b0a656d32311 100644
--- a/ghc/compiler/typecheck/Inst.lhs
+++ b/ghc/compiler/typecheck/Inst.lhs
@@ -4,7 +4,7 @@
 \section[Inst]{The @Inst@ type: dictionaries or method instances}
 
 \begin{code}
-module Inst (
+module Inst ( 
 	LIE, emptyLIE, unitLIE, plusLIE, consLIE, zonkLIE,
 	plusLIEs, mkLIE, isEmptyLIE,