mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 10:16:32 +00:00
feat(utils): add generic FUNCTIONALIZE to turn values into functions
This commit is contained in:
@ -18,8 +18,7 @@
|
||||
#: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 #:== #:•
|
||||
))
|
||||
#:op #:defalias #:<> #:<>1 #:== #:• #:suffixp #:functionalize))
|
||||
|
||||
(defpackage :data-lens.transducers.internals
|
||||
(:use :cl)
|
||||
|
||||
Reference in New Issue
Block a user