diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-10-25 22:10:01 -0700 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2018-10-25 22:10:01 -0700 |
commit | 4e102d7e973fd64f59167b173741e9c7ff4ef94f (patch) | |
tree | aba25993becf07e5ea3f631311d541f6fd3a4280 /html-test/src/Bug953.hs | |
parent | 949fe2d9eda0338dde8c0d3e98d0ebe7e2876205 (diff) | |
parent | cd520e9907b9a56cae5a2e51413eef1522a37bbb (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.hs | 17 |
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' |