aboutsummaryrefslogtreecommitdiffhomepage
path: root/utilities.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'utilities.lisp')
-rw-r--r--utilities.lisp2
1 files changed, 1 insertions, 1 deletions
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))