From cb81b523c471e1201c72055263b44e176a7d3a3e Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 24 Oct 2022 14:48:31 -0500 Subject: Rename: -> to alambda again --- utilities.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities.lisp b/utilities.lisp index 9fe3dc2..b91e345 100644 --- a/utilities.lisp +++ b/utilities.lisp @@ -74,7 +74,7 @@ (nth m list) tmp) list)) -(defmacro -> (&body body) +(defmacro alambda (&body body) "Anaphoric lambda of one argument" `(lambda (it) (declare (ignorable it)) -- cgit v1.2.3