aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug1.hs
diff options
context:
space:
mode:
Diffstat (limited to 'html-test/src/Bug1.hs')
-rw-r--r--html-test/src/Bug1.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/html-test/src/Bug1.hs b/html-test/src/Bug1.hs
new file mode 100644
index 00000000..af1ed4d3
--- /dev/null
+++ b/html-test/src/Bug1.hs
@@ -0,0 +1,6 @@
+module Bug1 where
+
+-- | We should have different anchors for constructors and types\/classes. This
+-- hyperlink should point to the type constructor by default: 'T'.
+data T = T
+