feat: add ∘ as a spelling for alexandria:compose

This commit is contained in:
Edward Langley
2023-03-26 11:12:02 -07:00
parent e0688b8fcc
commit 4f6b7ef248

View File

@ -390,4 +390,6 @@
(defmacro <>1 (&rest funs)
`(alexandria:compose ,@funs))
(defmacro (&rest funs)
`(alexandria:compose ,@funs))
(defmacro (&rest funs)
`(alexandria:compose ,@funs))