From 9b4ce32280fdc4298cfc7599491d8e8893de6354 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 4 Dec 2022 22:25:55 +0200 Subject: Remove name mangling and qualified imports because they are hard --- stdlib/common.lisp | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'stdlib/common.lisp') 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 -]) -- cgit v1.3