From 9c22dd2e970d975abefb172f5b991b4fc4499dae Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 01:25:00 +0000 Subject: [PATCH] [project @ 1997-05-26 01:25:00 by sof] Using instances in hi-boot files is not a good idea --- ghc/compiler/types/Class.hi-boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/types/Class.hi-boot b/ghc/compiler/types/Class.hi-boot index 1b6a264..767395e 100644 --- a/ghc/compiler/types/Class.hi-boot +++ b/ghc/compiler/types/Class.hi-boot @@ -2,8 +2,8 @@ _interface_ Class 1 _exports_ Class Class GenClass; _instances_ -instance {PrelBase.Eq Class.Class} = $d1; +-- instance {PrelBase.Eq Class.Class} = $d1; _declarations_ -1 $d1 _:_ {PrelBase.Eq Class.Class} ;; +-- 1 $d1 _:_ {PrelBase.Eq Class.Class} ;; 1 type Class = Class.GenClass TyVar.TyVar Usage.UVar; 1 data GenClass a b; -- 1.7.10.4