From: panne Date: Mon, 3 Jul 2000 21:17:21 +0000 (+0000) Subject: [project @ 2000-07-03 21:17:21 by panne] X-Git-Tag: Approximately_9120_patches~4085 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b7e7255e71059c13bbd96f6ccd75559f23ba8726;p=ghc-hetmet.git [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? --- diff --git a/ghc/tests/rename/should_compile/Rn016.hi b/ghc/tests/rename/should_compile/Rn016.hi index 2405244..7048122 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 ; } ;