[project @ 2000-07-03 21:17:21 by panne]
authorpanne <unknown>
Mon, 3 Jul 2000 21:17:21 +0000 (21:17 +0000)
committerpanne <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

index 2405244..7048122 100644 (file)
@@ -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 ; } ;