[project @ 2000-05-15 22:44:00 by lewie]
authorlewie <unknown>
Mon, 15 May 2000 22:44:00 +0000 (22:44 +0000)
committerlewie <unknown>
Mon, 15 May 2000 22:44:00 +0000 (22:44 +0000)
Fixed missing case in dependency analysis for an implicit param.

ghc/compiler/typecheck/TcTyClsDecls.lhs

index a4c97df..1be4d68 100644 (file)
@@ -338,6 +338,8 @@ get_ty (HsForAllTy _ ctxt mty)
   = get_ctxt ctxt `unionUniqSets` get_ty mty
 get_ty (MonoDictTy name _)
   = set_name name
+get_ty (MonoIParamTy name _)
+  = emptyUniqSet
 
 ----------------------------------------------------
 get_tys tys