mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 10:16:32 +00:00
feat: add ∘ as a spelling for alexandria:compose
This commit is contained in:
@ -390,4 +390,6 @@
|
|||||||
(defmacro <>1 (&rest funs)
|
(defmacro <>1 (&rest funs)
|
||||||
`(alexandria:compose ,@funs))
|
`(alexandria:compose ,@funs))
|
||||||
(defmacro • (&rest funs)
|
(defmacro • (&rest funs)
|
||||||
|
`(alexandria:compose ,@funs))
|
||||||
|
(defmacro ∘ (&rest funs)
|
||||||
`(alexandria:compose ,@funs))
|
`(alexandria:compose ,@funs))
|
||||||
|
|||||||
Reference in New Issue
Block a user