diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-11-14 09:21:30 -0500 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-02-01 14:58:18 +0100 |
commit | 60e10eb876899165e9644013508361bf72048bdb (patch) | |
tree | 737a3c08704ac521882f9fc8f200335f1fecb6a4 /html-test/src | |
parent | deddced31cabadf62fe01fff77b094cd005e52a1 (diff) |
Fix #548 by rendering datatype kinds more carefully (#702)
Diffstat (limited to 'html-test/src')
-rw-r--r-- | html-test/src/Bug548.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html-test/src/Bug548.hs b/html-test/src/Bug548.hs new file mode 100644 index 00000000..652d3d32 --- /dev/null +++ b/html-test/src/Bug548.hs @@ -0,0 +1,3 @@ +module Bug548 (WrappedArrow(..)) where + +import Control.Applicative |