[project @ 1998-02-22 17:42:13 by sof]
authorsof <unknown>
Sun, 22 Feb 1998 17:42:13 +0000 (17:42 +0000)
committersof <unknown>
Sun, 22 Feb 1998 17:42:13 +0000 (17:42 +0000)
Added missing close parens

ghc/compiler/specialise/Specialise.lhs

index 19f3cf9..4768164 100644 (file)
@@ -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