From a0461d4a4a48d00ab4743f3abcfcdab7c8d5858e Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 11 Mar 2023 07:25:48 -0800 Subject: remove spurious thought --- hyperquirks.lisp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hyperquirks.lisp') 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. -- cgit v1.2.3