From 06af002a4131146fb393f5fc5e740d8ce90c3a16 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 04:43:12 +0000 Subject: [PATCH] [project @ 1997-05-26 04:43:12 by sof] Refrain from using instances in hi-boot files --- ghc/compiler/hsSyn/HsBinds.hi-boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/hsSyn/HsBinds.hi-boot b/ghc/compiler/hsSyn/HsBinds.hi-boot index 0cfe242..908dc59 100644 --- a/ghc/compiler/hsSyn/HsBinds.hi-boot +++ b/ghc/compiler/hsSyn/HsBinds.hi-boot @@ -2,9 +2,9 @@ _interface_ HsBinds 1 _exports_ HsBinds HsBinds nullBinds; _instances_ -instance _forall_ [a b c d] => {Outputable.Outputable (HsBinds.HsBinds a b c d)} = $d1; +-- instance _forall_ [a b c d] => {Outputable.Outputable (HsBinds.HsBinds a b c d)} = $d1; _declarations_ -1 $d1 _:_ _forall_ [a b c d] => {Outputable.Outputable (HsBinds.HsBinds a b c d)} ;; +-- 1 $d1 _:_ _forall_ [a b c d] => {Outputable.Outputable (HsBinds.HsBinds a b c d)} ;; 1 data HsBinds a b c d ; 1 nullBinds _:_ _forall_ [a b c d] => HsBinds.HsBinds a b c d -> PrelBase.Bool ;; -- 1.7.10.4