From 097136080176788a932370fb682885b63f156482 Mon Sep 17 00:00:00 2001 From: sof <unknown> Date: Thu, 5 Jun 1997 21:00:40 +0000 Subject: [PATCH] [project @ 1997-06-05 21:00:40 by sof] removed instance decl --- ghc/compiler/hsSyn/HsBinds.hi-boot | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc/compiler/hsSyn/HsBinds.hi-boot b/ghc/compiler/hsSyn/HsBinds.hi-boot index 908dc59e55b7..bcd48136a6cd 100644 --- a/ghc/compiler/hsSyn/HsBinds.hi-boot +++ b/ghc/compiler/hsSyn/HsBinds.hi-boot @@ -2,9 +2,7 @@ _interface_ HsBinds 1 _exports_ HsBinds HsBinds nullBinds; _instances_ --- 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 data HsBinds a b c d ; 1 nullBinds _:_ _forall_ [a b c d] => HsBinds.HsBinds a b c d -> PrelBase.Bool ;; -- GitLab