From: sof Date: Mon, 26 May 1997 01:25:00 +0000 (+0000) Subject: [project @ 1997-05-26 01:25:00 by sof] X-Git-Tag: Approximately_1000_patches_recorded~570 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9c22dd2e970d975abefb172f5b991b4fc4499dae;p=ghc-hetmet.git [project @ 1997-05-26 01:25:00 by sof] Using instances in hi-boot files is not a good idea --- 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;