From 7d8b6f29dc951b0d9c2962c82e8068816cd4c34a Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 8 Jul 2020 13:01:20 -0500 Subject: added merge! and from-thunk-until --- package.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index b0f7e21..ec55c79 100644 --- a/package.lisp +++ b/package.lisp @@ -8,6 +8,7 @@ #:repeater #:noise #:from-thunk + #:from-thunk-until #:from-recurrence #:from-input-stream #:file-lines @@ -19,6 +20,7 @@ #:inflate! #:concat! #:zip! + #:merge! #:iter #:fold #:collect -- cgit v1.2.3