projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b799e5c
)
[project @ 2000-07-03 21:17:21 by panne]
author
panne
<unknown>
Mon, 3 Jul 2000 21:17:21 +0000
(21:17 +0000)
committer
panne
<unknown>
Mon, 3 Jul 2000 21:17:21 +0000
(21:17 +0000)
Added semicolon to synch with current interface file syntax.
Note: The `class' line contains a kind bug, but this is not
checked. Bug or feature?
ghc/tests/rename/should_compile/Rn016.hi
patch
|
blob
|
history
diff --git
a/ghc/tests/rename/should_compile/Rn016.hi
b/ghc/tests/rename/should_compile/Rn016.hi
index
2405244
..
7048122
100644
(file)
--- a/
ghc/tests/rename/should_compile/Rn016.hi
+++ b/
ghc/tests/rename/should_compile/Rn016.hi
@@
-6,4
+6,4
@@
instance __forall [a] => {K [a]} = _f3;
1 _f1 :: {K PrelBase.Int} ;
1 _f2 :: {K PrelBase.Bool} ;
1 _f3 :: __forall [a] => {K [a]} ;
-1 class K a :: (* -> *) where { op1 :: a -> a ; op2 :: a -> a } ;
+1 class K a :: (* -> *) where { op1 :: a -> a ; op2 :: a -> a ; } ;