diff options
author | panne <unknown> | 2000-07-03 21:17:21 +0000 |
---|---|---|
committer | panne <unknown> | 2000-07-03 21:17:21 +0000 |
commit | b7e7255e71059c13bbd96f6ccd75559f23ba8726 (patch) | |
tree | b66dc60028927abf156b0460859107af724134aa /ghc/tests | |
parent | b799e5ca9ce7ce939ea96a1647b86a4500533e21 (diff) | |
download | haskell-b7e7255e71059c13bbd96f6ccd75559f23ba8726.tar.gz |
[project @ 2000-07-03 21:17:21 by panne]
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?
Diffstat (limited to 'ghc/tests')
-rw-r--r-- | ghc/tests/rename/should_compile/Rn016.hi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/tests/rename/should_compile/Rn016.hi b/ghc/tests/rename/should_compile/Rn016.hi index 2405244d65..70481221bf 100644 --- 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 ; } ; |