diff options
author | colin <colin@cicadas.surf> | 2023-03-11 07:25:48 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-03-11 07:25:48 -0800 |
commit | a0461d4a4a48d00ab4743f3abcfcdab7c8d5858e (patch) | |
tree | 6d5a4d3219d3a6a3dfa957a6912ec5d7e7881cf5 | |
parent | a3f84febe484a78cd4ffc7032312754ab2f41b21 (diff) |
remove spurious thought
-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. |