summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.hs')
-rw-r--r--testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.hs b/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.hs
new file mode 100644
index 0000000000..2f4b7c1bcb
--- /dev/null
+++ b/testsuite/tests/haddock/should_compile_flag_haddock/haddockA028.hs
@@ -0,0 +1,6 @@
+module ShouldCompile where
+
+test :: [a] -- ^ doc1
+ -> a <--> b
+ -> [a] -- ^ blabla
+test xs ys = xs