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

@ -391,3 +391,5 @@
`(alexandria:compose ,@funs)) `(alexandria:compose ,@funs))
(defmacro (&rest funs) (defmacro (&rest funs)
`(alexandria:compose ,@funs)) `(alexandria:compose ,@funs))
(defmacro (&rest funs)
`(alexandria:compose ,@funs))