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