index
:
h99.git
master
Haskell 99 problems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
p5.hs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'p5.hs')
-rw-r--r--
p5.hs
3
1 files changed, 0 insertions, 3 deletions
diff --git a/p5.hs b/p5.hs
deleted file mode 100644
index 720eb9f..0000000
--- a/
p5.hs
+++ /dev/null
@@ -1,3 +0,0 @@
-myReverse :: [a] -> [a]
-
-myReverse = foldl (flip $ (:)) []