projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b53e4f0
)
[project @ 2000-03-24 11:54:28 by panne]
author
panne
<unknown>
Fri, 24 Mar 2000 11:54:28 +0000
(11:54 +0000)
committer
panne
<unknown>
Fri, 24 Mar 2000 11:54:28 +0000
(11:54 +0000)
Once again a missing import for Outputable, this time for Type.
ghc/compiler/typecheck/TcMonad.lhs
patch
|
blob
|
history
diff --git
a/ghc/compiler/typecheck/TcMonad.lhs
b/ghc/compiler/typecheck/TcMonad.lhs
index
1b442af
..
517265a
100644
(file)
--- a/
ghc/compiler/typecheck/TcMonad.lhs
+++ b/
ghc/compiler/typecheck/TcMonad.lhs
@@
-49,6
+49,7
@@
import HsSyn ( HsLit )
import RnHsSyn ( RenamedPat, RenamedArithSeqInfo, RenamedHsExpr )
import Type ( Type, Kind, PredType, ThetaType, RhoType, TauType,
)
+import PprType ( {- instance Outputable Type -} )
import ErrUtils ( addShortErrLocLine, addShortWarnLocLine, pprBagOfErrors, ErrMsg, Message, WarnMsg )
import CmdLineOpts ( opt_PprStyle_Debug )