From eb2e1e80b11825102c6fb80e04b0a0fffd4e63fb Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 4 Dec 2022 19:13:53 +0200 Subject: Fix line numbers in script file tokens --- stdlib/common.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/common.lisp') 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] -- cgit v1.3