summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc205.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/tc205.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc205.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc205.hs b/testsuite/tests/typecheck/should_compile/tc205.hs
index 621061a3de..1fe2cc255f 100644
--- a/testsuite/tests/typecheck/should_compile/tc205.hs
+++ b/testsuite/tests/typecheck/should_compile/tc205.hs
@@ -4,7 +4,7 @@
module ShouldCompile where
-infix 1 `DArrowX` -- (->) has precedence 0
+infix 1 `DArrowX` -- (->) has precedence 0
data DArrowX :: * -> * -> * where
First :: a `DArrowX` a' -> (a,b) `DArrowX` (a',b)