diff options
author | Joe Zhao <ztuowen@gmail.com> | 2016-01-28 09:56:24 -0700 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2016-01-28 09:56:24 -0700 |
commit | fffef3e49db9f65cae3f0f99703ba01ae0d008bf (patch) | |
tree | faee07ed11b39a1fb5f80623354c5dc20e510bb2 /Gro/Test.hs | |
download | haskbox-fffef3e49db9f65cae3f0f99703ba01ae0d008bf.tar.gz haskbox-fffef3e49db9f65cae3f0f99703ba01ae0d008bf.tar.bz2 haskbox-fffef3e49db9f65cae3f0f99703ba01ae0d008bf.zip |
init
Diffstat (limited to 'Gro/Test.hs')
-rw-r--r-- | Gro/Test.hs | 5 |
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 |