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))