From 4f6b7ef248c76d090266d9e68e92c6bbe60848f2 Mon Sep 17 00:00:00 2001 From: Edward Langley Date: Sun, 26 Mar 2023 11:12:02 -0700 Subject: [PATCH] =?UTF-8?q?feat:=20add=20=E2=88=98=20as=20a=20spelling=20f?= =?UTF-8?q?or=20alexandria:compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lens.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lens.lisp b/lens.lisp index a24ed2b..913c493 100644 --- a/lens.lisp +++ b/lens.lisp @@ -390,4 +390,6 @@ (defmacro <>1 (&rest funs) `(alexandria:compose ,@funs)) (defmacro • (&rest funs) + `(alexandria:compose ,@funs)) +(defmacro ∘ (&rest funs) `(alexandria:compose ,@funs))