summaryrefslogtreecommitdiff
path: root/h5.hs
diff options
context:
space:
mode:
Diffstat (limited to 'h5.hs')
-rw-r--r--h5.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/h5.hs b/h5.hs
deleted file mode 100644
index 720eb9f..0000000
--- a/h5.hs
+++ /dev/null
@@ -1,3 +0,0 @@
-myReverse :: [a] -> [a]
-
-myReverse = foldl (flip $ (:)) []