diff options
author | colin <colin@cicadas.surf> | 2023-07-09 14:32:21 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-07-09 14:32:21 -0700 |
commit | 540e3c12f23a5c57a50f87d8516818ee8275c625 (patch) | |
tree | ae1bec707cd4fb0e58a61150410011265da04d34 | |
parent | 92de957629171c6ba130c9e6f991aa1b0e5a7931 (diff) |
-rw-r--r-- | hyperquirks.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperquirks.lisp b/hyperquirks.lisp index 22537f2..981d35c 100644 --- a/hyperquirks.lisp +++ b/hyperquirks.lisp @@ -229,7 +229,7 @@ E.g. (defmacro ?>> (initform &rest pipe-forms) `(>> () ,initform ,@(loop :for form :in pipe-forms - :collect :? + :collect :? :collect 'cl:identity :collect form))) (defmacro binding-cond (&body clauses) |