git.fiddlerwoaroof.com
Browse code

feat: add ∘ as a spelling for alexandria:compose

Edward Langley authored on 26/03/2023 18:12:02
Showing 1 changed files
... ...
@@ -390,4 +390,6 @@
390 390
 (defmacro <>1 (&rest funs)
391 391
   `(alexandria:compose ,@funs))
392 392
 (defmacro • (&rest funs)
393
+    `(alexandria:compose ,@funs))
394
+(defmacro ∘ (&rest funs)
393 395
   `(alexandria:compose ,@funs))