Skip to content
Snippets Groups Projects
Commit 09713608 authored by sof's avatar sof
Browse files

[project @ 1997-06-05 21:00:40 by sof]

removed instance decl
parent 0e61daaa
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,7 @@ _interface_ HsBinds 1 ...@@ -2,9 +2,7 @@ _interface_ HsBinds 1
_exports_ _exports_
HsBinds HsBinds nullBinds; HsBinds HsBinds nullBinds;
_instances_ _instances_
-- instance _forall_ [a b c d] => {Outputable.Outputable (HsBinds.HsBinds a b c d)} = $d1;
_declarations_ _declarations_
-- 1 $d1 _:_ _forall_ [a b c d] => {Outputable.Outputable (HsBinds.HsBinds a b c d)} ;;
1 data 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 nullBinds _:_ _forall_ [a b c d] => HsBinds.HsBinds a b c d -> PrelBase.Bool ;;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment