[project @ 2004-02-12 14:31:39 by simonpj]
authorsimonpj <unknown>
Thu, 12 Feb 2004 14:31:39 +0000 (14:31 +0000)
committersimonpj <unknown>
Thu, 12 Feb 2004 14:31:39 +0000 (14:31 +0000)
Layout only

ghc/compiler/types/InstEnv.lhs

index c197c05..cc75492 100644 (file)
@@ -314,7 +314,7 @@ insert_overlapping new_item (item:items)
        -- Keep new one
   | old_beats_new = item : items
        -- Keep old one
-  | otherwise            = item : insert_overlapping new_item items
+  | otherwise    = item : insert_overlapping new_item items
        -- Keep both
   where
     new_beats_old = new_item `beats` item