diff options
-rw-r--r-- | hyperquirks.lisp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hyperquirks.lisp b/hyperquirks.lisp index 39166e6..dd818a0 100644 --- a/hyperquirks.lisp +++ b/hyperquirks.lisp @@ -110,11 +110,6 @@ returned from. (expander (rest body))))))) `(block () ,@(expander body)))) -(>> () - (foo _x) - (bar 1 2 _y) - (funcall _z 10 20)) - (defmacro >> ((&key (prefix "_")) initform &rest pipe-forms) "Pipe a value through a series of forms and function calls. |