aboutsummaryrefslogtreecommitdiff
path: root/html-test/src
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2019-01-25 10:26:16 -0500
committerAlec Theriault <alec.theriault@gmail.com>2019-01-27 09:28:12 -0800
commitfd56ac4d031963ecc137a5027d800bd8ed588264 (patch)
treebf0fa4f3c8d23be3b1750bf7f32f82e7187b5373 /html-test/src
parent53997f3db71d113bdad59548e3f16adfe90c112b (diff)
Fix #1004 with a pinch of dropForAlls
Diffstat (limited to 'html-test/src')
-rw-r--r--html-test/src/Bug1004.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/html-test/src/Bug1004.hs b/html-test/src/Bug1004.hs
new file mode 100644
index 00000000..d789e77f
--- /dev/null
+++ b/html-test/src/Bug1004.hs
@@ -0,0 +1,3 @@
+module Bug1004 (Product(..)) where
+
+import Data.Functor.Product