diff options
author | Colin Okay <okay@toyful.space> | 2021-02-21 09:49:37 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2021-02-21 09:49:37 -0600 |
commit | 02bd636e990e8e9cf2a20eaf4cd0e0f22acb0ab3 (patch) | |
tree | a111ef0853851dcd2c3c34585dc7f73ff648d84c /package.lisp | |
parent | 6e7805d241360a5e1185dd41c6099f7f5aae5dba (diff) |
version bump
Added resumable generators
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp index 848146d..b6efe86 100644 --- a/package.lisp +++ b/package.lisp @@ -15,6 +15,8 @@ #:file-lines #:file-chars #:file-bytes + #:make-resumable! + #:resume! #:map! #:filter! #:inflate! |