diff options
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 ; } ; |