Skip to content
Snippets Groups Projects
Commit eb01806f authored by sof's avatar sof
Browse files

[project @ 1998-02-22 17:42:13 by sof]

Added missing close parens
parent 873b8c5d
No related merge requests found
......@@ -977,7 +977,7 @@ dumpUDs :: [CoreBinder]
-> (UsageDetails, CoreExpr)
dumpUDs bndrs uds@(MkUDs {fvs = orig_fvs, dictBinds = orig_dbs, calls = orig_calls}) body
= ASSERT( isEmptyTyVarSet (tyvar_set `intersectTyVarSets` ftvs)
= ASSERT( isEmptyTyVarSet (tyvar_set `intersectTyVarSets` ftvs))
-- The tyvars shouldn't be free in any of the usage details
-- If it was, then we should have found a dictionary lambda first
......
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