Skip to content
Snippets Groups Projects
Commit d5ed8c90 authored by Jeff Lewis's avatar Jeff Lewis
Browse files

[project @ 2000-05-15 22:44:00 by lewie]

Fixed missing case in dependency analysis for an implicit param.
parent 9df1b97e
No related merge requests found
......@@ -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
......
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