X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcSMonad.lhs;h=07e61a279388a76053cb6f7444c5f4348d851c78;hb=d7fb8d371d3228774331a67db8da805b2d68f1c4;hp=b2ce381707d34cd3b89aa21b751b196710b188e9;hpb=ca53c38335cdc671f0b1e0949aa1514fc3fd72a5;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcSMonad.lhs b/compiler/typecheck/TcSMonad.lhs index b2ce381..07e61a2 100644 --- a/compiler/typecheck/TcSMonad.lhs +++ b/compiler/typecheck/TcSMonad.lhs @@ -105,7 +105,6 @@ import HsBinds -- for TcEvBinds stuff import Id import TcRnTypes import Data.IORef - #ifdef DEBUG import StaticFlags( opt_PprStyle_Debug ) import Control.Monad( when )