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
369347a5
Commit
369347a5
authored
May 26, 1997
by
sof
Browse files
[project @ 1997-05-26 04:40:36 by sof]
Removed the use of instances, made the ppr function explicit instead (pprExpr)
parent
6be2543b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/hsSyn/HsExpr.hi-boot
View file @
369347a5
_interface_ HsExpr 1
_exports_
HsExpr HsExpr Stmt;
_instances_
instance _forall_ [a b c d] => {Outputable.Outputable (HsExpr a b c d)} = $d1;
instance _forall_ [a b c d] => {Outputable.Outputable (Stmt a b c d)} = $d2;
HsExpr HsExpr pprExpr ;
_declarations_
1 $d1 _:_ _forall_ [a b c d] => {Outputable.Outputable (HsExpr a b c d)} ;;
1 $d2 _:_ _forall_ [a b c d] => {Outputable.Outputable (Stmt a b c d)} ;;
1 data HsExpr a b c d;
1 data Stmt a b c d;
1 pprExpr _:_ _forall_ [a b c d] {Name.NamedThing c, Outputable.Outputable c,
Outputable.Outputable d, PrelBase.Eq a,
Outputable.Outputable a, PrelBase.Eq b, Outputable.Outputable b}
=> Outputable.PprStyle -> HsExpr a b c d -> Pretty.Doc ;;
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