summaryrefslogtreecommitdiffstats
path: root/stdlib/op.tl
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/op.tl')
-rw-r--r--stdlib/op.tl3
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/op.tl b/stdlib/op.tl
index 79786f20..6c3966b1 100644
--- a/stdlib/op.tl
+++ b/stdlib/op.tl
@@ -276,3 +276,6 @@
(defmacro lflow (val . opip-args)
^(call (lopip ,*opip-args) ,val))
+
+(defmacro tap (. args)
+ ^(prog1 @1 ,args))