aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug647.hs
diff options
context:
space:
mode:
authorAlex Biehl <alexbiehl@gmail.com>2017-06-29 19:54:49 +0200
committerGitHub <noreply@github.com>2017-06-29 19:54:49 +0200
commitaf3e6c7c027389df18b15ee9a9d72ffc97dc1852 (patch)
tree19b11d485df79c2bb4983bb5e0b8317c0743f48b /html-test/src/Bug647.hs
parent2d919a367139482cd76398ca1e90dff6f5427779 (diff)
Make per-argument docs for class methods work again (#648)
* Make per-argument docs for class methods work again * Test case
Diffstat (limited to 'html-test/src/Bug647.hs')
-rw-r--r--html-test/src/Bug647.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/html-test/src/Bug647.hs b/html-test/src/Bug647.hs
new file mode 100644
index 00000000..4143092a
--- /dev/null
+++ b/html-test/src/Bug647.hs
@@ -0,0 +1,6 @@
+module Bug647 where
+
+class Bug647 a where
+ f :: a -- ^ doc for arg1
+ -> a -- ^ doc for arg2
+ -> a -- ^ doc for arg3 \ No newline at end of file