diff options
Diffstat (limited to 'packages.lisp')
-rw-r--r-- | packages.lisp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages.lisp b/packages.lisp index d50945b..58c848e 100644 --- a/packages.lisp +++ b/packages.lisp @@ -21,15 +21,15 @@ (:use :cl) (:export :_ :--> :->> - :while :-> :fn + :while :$)) (defpackage lib.functions (:use :cl :lib.macros) (:export - :range - :parse-integer*)) + :parse-integer* + :range :take)) (defpackage main (:use :cl :lib.macros) |