From 4e4f2add26cad9bf7adcf99e6f90a26a5205fc04 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 12 Feb 2004 14:31:39 +0000 Subject: [PATCH] [project @ 2004-02-12 14:31:39 by simonpj] Layout only --- ghc/compiler/types/InstEnv.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/types/InstEnv.lhs b/ghc/compiler/types/InstEnv.lhs index c197c05..cc75492 100644 --- a/ghc/compiler/types/InstEnv.lhs +++ b/ghc/compiler/types/InstEnv.lhs @@ -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 -- 1.7.10.4