summaryrefslogtreecommitdiff
path: root/Gro/Test.hs
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2016-01-28 09:56:24 -0700
committerJoe Zhao <ztuowen@gmail.com>2016-01-28 09:56:24 -0700
commitfffef3e49db9f65cae3f0f99703ba01ae0d008bf (patch)
treefaee07ed11b39a1fb5f80623354c5dc20e510bb2 /Gro/Test.hs
downloadhaskbox-fffef3e49db9f65cae3f0f99703ba01ae0d008bf.tar.gz
haskbox-fffef3e49db9f65cae3f0f99703ba01ae0d008bf.tar.bz2
haskbox-fffef3e49db9f65cae3f0f99703ba01ae0d008bf.zip
init
Diffstat (limited to 'Gro/Test.hs')
-rw-r--r--Gro/Test.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gro/Test.hs b/Gro/Test.hs
new file mode 100644
index 0000000..a46c849
--- /dev/null
+++ b/Gro/Test.hs
@@ -0,0 +1,5 @@
+module Gro.Test (
+ have
+) where
+
+have a b = filter (==a) b