diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/op.tl | 3 |
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)) |