From b7e7255e71059c13bbd96f6ccd75559f23ba8726 Mon Sep 17 00:00:00 2001 From: panne <unknown> Date: Mon, 3 Jul 2000 21:17:21 +0000 Subject: [PATCH] [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? --- ghc/tests/rename/should_compile/Rn016.hi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/tests/rename/should_compile/Rn016.hi b/ghc/tests/rename/should_compile/Rn016.hi index 2405244d6554..70481221bf8c 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 ; } ; -- GitLab