diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-04 22:25:55 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | 9b4ce32280fdc4298cfc7599491d8e8893de6354 (patch) | |
| tree | 68714ba8da4e0acd3fa105bad106093b31776518 /stdlib/common.lisp | |
| parent | cb15649a09ef06cb9cb9c412636591435d587382 (diff) | |
Remove name mangling and qualified imports because they are hard
Diffstat (limited to 'stdlib/common.lisp')
| -rw-r--r-- | stdlib/common.lisp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/stdlib/common.lisp b/stdlib/common.lisp index efb1183..4d5b132 100644 --- a/stdlib/common.lisp +++ b/stdlib/common.lisp @@ -67,20 +67,3 @@ (let! flow (\[fs] (foldr compose id (reverse fs)))) (let! pipe (\[x fs] ((flow fs) x))) - -(let! lazy exports [ - compose - id - mod - not - is-even - is-odd - map - foldr - filter - fibo - reverse_ - reverse - flow - pipe -]) |
