mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 18:26:32 +00:00
feat(exports): export some new functions
This commit is contained in:
@ -18,13 +18,14 @@
|
||||
#:compress-runs #:combine-matching-lists #:sorted #:applicable-when
|
||||
#:of-length #:of-min-length #:of-max-length #:transform-head
|
||||
#:maximizing #:zipping #:applying #:splice-elt #:transform-elt #:denest
|
||||
#:op #:defalias #:<> #:<>1 #:== #:• #:suffixp #:functionalize
|
||||
#:inc))
|
||||
#:op #:defalias #:<> #:<>1 #:== #:• #:suffixp #:functionalize #:inc
|
||||
#:group-by #:keys))
|
||||
|
||||
(defpackage :data-lens.transducers.internals
|
||||
(:use :cl)
|
||||
(:export #:unwrap #:init #:reduce-generic #:stepper #:transduce
|
||||
#:exit-early))
|
||||
#:exit-early #:into
|
||||
#:builder-for-input))
|
||||
|
||||
(defpackage :data-lens.transducers
|
||||
(:use :cl)
|
||||
|
||||
Reference in New Issue
Block a user