aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp21
1 files changed, 20 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index c07459e..a7ff741 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,4 +1,23 @@
;;;; package.lisp
(defpackage #:gtwiwtg
- (:use #:cl))
+ (:use #:cl)
+ (:export #:range
+ #:times
+ #:seq
+ #:repeater
+ #:yield-to!
+ #:map!
+ #:filter!
+ #:bind!
+ #:concat!
+ #:zip!
+ #:iter
+ #:fold
+ #:collect
+ #:size
+ #:maximum
+ #:minimum
+ #:average
+ #:argmax
+ #:argmin))