summaryrefslogtreecommitdiff
path: root/1-10/t.hs
diff options
context:
space:
mode:
Diffstat (limited to '1-10/t.hs')
-rw-r--r--1-10/t.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/1-10/t.hs b/1-10/t.hs
deleted file mode 100644
index 6a4448d..0000000
--- a/1-10/t.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-grp [] = []
-grp (x:xs) = (x:(filter (==x) xs)):(grp $ filter (/=x) xs)