diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2019-01-25 10:26:16 -0500 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2019-01-27 09:28:12 -0800 |
commit | fd56ac4d031963ecc137a5027d800bd8ed588264 (patch) | |
tree | bf0fa4f3c8d23be3b1750bf7f32f82e7187b5373 /html-test/src | |
parent | 53997f3db71d113bdad59548e3f16adfe90c112b (diff) |
Fix #1004 with a pinch of dropForAlls
Diffstat (limited to 'html-test/src')
-rw-r--r-- | html-test/src/Bug1004.hs | 3 |
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 |