Remove CoreSyn SOURCE imports
[ghc-hetmet.git] / compiler / coreSyn / CoreLint.lhs
index 5ee89cc..ffccf6f 100644 (file)
@@ -566,7 +566,7 @@ lintAndScopeIds ids linterF
 lintAndScopeId :: Var -> (Var -> LintM a) -> LintM a
 lintAndScopeId id linterF 
   = do { ty <- lintTy (idType id)
-       ; let id' = Var.setIdType id ty
+       ; let id' = setIdType id ty
        ; addInScopeVars [id'] $ (linterF id')
        }