aboutsummaryrefslogtreecommitdiffstats
path: root/stdlib/common.lisp
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-12-04 22:25:55 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-05 14:21:53 +0200
commit9b4ce32280fdc4298cfc7599491d8e8893de6354 (patch)
tree68714ba8da4e0acd3fa105bad106093b31776518 /stdlib/common.lisp
parentcb15649a09ef06cb9cb9c412636591435d587382 (diff)
Remove name mangling and qualified imports because they are hard
Diffstat (limited to 'stdlib/common.lisp')
-rw-r--r--stdlib/common.lisp17
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
-])