diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-04 19:13:53 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | eb2e1e80b11825102c6fb80e04b0a0fffd4e63fb (patch) | |
| tree | ed685b7cdf72320d0758904846df1a5747393853 /stdlib/common.lisp | |
| parent | 77117fa515c5853b5f756d899db0ec9b502298e7 (diff) | |
Fix line numbers in script file tokens
Diffstat (limited to 'stdlib/common.lisp')
| -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] |
