summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.stderr')
-rw-r--r--testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.stderr b/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.stderr
index bd9ec257e7..47d2468ea5 100644
--- a/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.stderr
+++ b/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.stderr
@@ -1,7 +1,7 @@
==================== Parser ====================
module ShouldCompile where
-data (<-->) a b = Mk a b
+data a <--> b = Mk a b
test :: [a] doc1 -> a <--> b -> [a] blabla
test xs ys = xs