diff options
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/package.lisp b/package.lisp index 00cd296..6239056 100644 --- a/package.lisp +++ b/package.lisp @@ -2,11 +2,4 @@ (defpackage #:lambda-riffs (:use #:cl) - (:export #:$ - #:-> - #:monadic> - #:all> - #:some> - #:make-lazy - #:conj - #:disj)) + (:export #:$)) |