tiny bit of extra strictness
authorSimon Marlow <simonmar@microsoft.com>
Tue, 25 Jul 2006 13:12:01 +0000 (13:12 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 25 Jul 2006 13:12:01 +0000 (13:12 +0000)
compiler/iface/IfaceEnv.lhs

index 3eceaa0..6699a75 100644 (file)
@@ -358,7 +358,7 @@ lookupHomePackage mod_name occ
 newIfaceName :: OccName -> IfL Name
 newIfaceName occ
   = do { uniq <- newUnique
-       ; return (mkInternalName uniq occ noSrcLoc) }
+       ; return $! mkInternalName uniq occ noSrcLoc }
 
 newIfaceNames :: [OccName] -> IfL [Name]
 newIfaceNames occs