Skip to content
Snippets Groups Projects
Commit 45e28fad authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-03-24 11:54:28 by panne]

Once again a missing import for Outputable, this time for Type.
parent b53e4f01
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment