summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/Simple2.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_compile/Simple2.hs')
-rw-r--r--testsuite/tests/indexed-types/should_compile/Simple2.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/Simple2.hs b/testsuite/tests/indexed-types/should_compile/Simple2.hs
index 2dc673f58b..131532b6c1 100644
--- a/testsuite/tests/indexed-types/should_compile/Simple2.hs
+++ b/testsuite/tests/indexed-types/should_compile/Simple2.hs
@@ -3,8 +3,8 @@
module ShouldCompile where
class C3 a where
- data S3 a -- kind is optional
- data S3n a -- kind is optional
+ data S3 a -- kind is optional
+ data S3n a -- kind is optional
foo3 :: a -> S3 a
foo3n :: a -> S3n a
bar3 :: S3 a -> a