diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-11 12:45:34 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-11 12:45:34 -0500 |
commit | f946ab01a658fc6ceb7b7a62058b7b52355cc1f0 (patch) | |
tree | d55a9175203125aa7c05f0ace90decfa1b654f8a /package.lisp | |
parent | 234a192c3845069d5f26455dfcbe27edc9787fa8 (diff) |
exporting new combinators
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp index 1923e2e..9916cf3 100644 --- a/package.lisp +++ b/package.lisp @@ -26,6 +26,10 @@ #:skip-while! #:nfurcate! #:partition! + #:intersperse! + #:truncate! + #:inject! + #:disperse! #:for #:fold #:collect |