X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcType.lhs;h=5ad9a10b2ef0738b88caf806e5a0468a615cfe98;hb=7383309f0ffe52a30b214a7dcaefad0426f88aba;hp=b60936d71f421590fa9d0703a79191de14d844ae;hpb=0ed02091d86a0a46b87bef2e9be74c3263000799;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcType.lhs b/compiler/typecheck/TcType.lhs index b60936d..5ad9a10 100644 --- a/compiler/typecheck/TcType.lhs +++ b/compiler/typecheck/TcType.lhs @@ -170,7 +170,7 @@ import TyCon ( TyCon, isUnLiftedTyCon, isSynTyCon, synTyConDefn, tyConUnique ) import DataCon ( DataCon, dataConStupidTheta, dataConResTys ) import Class ( Class ) import Var ( TyVar, Id, isTcTyVar, mkTcTyVar, tyVarName, tyVarKind, tcTyVarDetails ) -import ForeignCall ( Safety, playSafe, DNType(..) ) +import ForeignCall ( Safety, DNType(..) ) import Unify ( tcMatchTys ) import VarSet @@ -966,7 +966,7 @@ smart-app checking code --- see TcExpr.tcIdApp \begin{code} exactTyVarsOfType :: TcType -> TyVarSet -- Find the free type variables (of any kind) --- but *expand* type synonyms. See Note [Silly type synonym] belos. +-- but *expand* type synonyms. See Note [Silly type synonym] above. exactTyVarsOfType ty = go ty where