[project @ 2005-04-04 11:55:11 by simonpj]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcType.lhs
index b9ff393..bdef131 100644 (file)
@@ -45,7 +45,7 @@ module TcType (
   -- Again, newtypes are opaque
   tcEqType, tcEqTypes, tcEqPred, tcCmpType, tcCmpTypes, tcCmpPred, tcEqTypeX,
   isSigmaTy, isOverloadedTy, 
-  isDoubleTy, isFloatTy, isIntTy,
+  isDoubleTy, isFloatTy, isIntTy, isStringTy,
   isIntegerTy, isAddrTy, isBoolTy, isUnitTy,
   isTauTy, tcIsTyVarTy, tcIsForAllTy,
 
@@ -164,7 +164,7 @@ import ForeignCall  ( Safety, playSafe, DNType(..) )
 import VarSet
 
 -- others:
-import CmdLineOpts     ( DynFlags, DynFlag( Opt_GlasgowExts ), dopt )
+import DynFlags                ( DynFlags, DynFlag( Opt_GlasgowExts ), dopt )
 import Name            ( Name, NamedThing(..), mkInternalName, getSrcLoc )
 import NameSet
 import VarEnv          ( TidyEnv )