summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA031.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/haddock/should_compile_flag_haddock/haddockA031.stderr')
-rw-r--r--testsuite/tests/haddock/should_compile_flag_haddock/haddockA031.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/haddock/should_compile_flag_haddock/haddockA031.stderr b/testsuite/tests/haddock/should_compile_flag_haddock/haddockA031.stderr
new file mode 100644
index 0000000000..75ac2945b8
--- /dev/null
+++ b/testsuite/tests/haddock/should_compile_flag_haddock/haddockA031.stderr
@@ -0,0 +1,9 @@
+
+==================== Parser ====================
+module ShouldCompile where
+data A
+ = A |
+ <document comment> forall a. B a a |
+ <document comment> forall a. Num a => C a
+
+