Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
06af002a
Commit
06af002a
authored
May 26, 1997
by
sof
Browse files
[project @ 1997-05-26 04:43:12 by sof]
Refrain from using instances in hi-boot files
parent
11560894
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/hsSyn/HsBinds.hi-boot
View file @
06af002a
...
...
@@ -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 ;;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment