summaryrefslogtreecommitdiff
path: root/h16.hs
diff options
context:
space:
mode:
Diffstat (limited to 'h16.hs')
-rw-r--r--h16.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/h16.hs b/h16.hs
deleted file mode 100644
index 68978a7..0000000
--- a/h16.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-dropEvery :: [a] -> Int -> [a]
-dropEvery xs c = [x| (x,y) <- (zip xs [1..]), y `mod` c /= 0 ]