aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug953.hs
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2018-10-25 22:10:01 -0700
committerAlec Theriault <alec.theriault@gmail.com>2018-10-25 22:10:01 -0700
commit4e102d7e973fd64f59167b173741e9c7ff4ef94f (patch)
treeaba25993becf07e5ea3f631311d541f6fd3a4280 /html-test/src/Bug953.hs
parent949fe2d9eda0338dde8c0d3e98d0ebe7e2876205 (diff)
parentcd520e9907b9a56cae5a2e51413eef1522a37bbb (diff)
Merge branch 'ghc-8.6' into wip/new-ocean
Diffstat (limited to 'html-test/src/Bug953.hs')
-rw-r--r--html-test/src/Bug953.hs17
1 files changed, 17 insertions, 0 deletions
diff --git a/html-test/src/Bug953.hs b/html-test/src/Bug953.hs
new file mode 100644
index 00000000..63f2c45a
--- /dev/null
+++ b/html-test/src/Bug953.hs
@@ -0,0 +1,17 @@
+module Bug953 where
+
+{- | A foo
+
+==== __Examples__
+
+Foo example body
+-}
+data Foo = Foo'
+
+{- | A bar
+
+==== __Examples__
+
+Bar example body
+-}
+data Bar = Bar'