diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-24 14:48:31 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-24 14:48:31 -0500 |
commit | cb81b523c471e1201c72055263b44e176a7d3a3e (patch) | |
tree | 4ed7379a99f4af75485b9b4cfaf822b48b61ee07 /utilities.lisp | |
parent | b31c905089fae80ee1645506cd3026ee3b7a5d1d (diff) |
Rename: -> to alambda again
Diffstat (limited to 'utilities.lisp')
-rw-r--r-- | utilities.lisp | 2 |
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)) |