diff options
Diffstat (limited to 'stdlib')
| -rw-r--r-- | stdlib/common.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/common.lisp b/stdlib/common.lisp index 2db5d62..efb1183 100644 --- a/stdlib/common.lisp +++ b/stdlib/common.lisp @@ -26,7 +26,7 @@ otherwise (prepend (f (head lst)) (map f (tail lst)))))) -(map (+ 1) [1 2 3]) +; (map (+ 1) [1 2 3]) ;; foldr :: (a -> b -> b) -> b -> [a] -> b (let! foldr (\[f accumulator lst] |
