summaryrefslogtreecommitdiff
path: root/doc/examples/curry.m4
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/curry.m4')
-rw-r--r--doc/examples/curry.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/examples/curry.m4 b/doc/examples/curry.m4
deleted file mode 100644
index 00997c38..00000000
--- a/doc/examples/curry.m4
+++ /dev/null
@@ -1,7 +0,0 @@
-divert(`-1')
-# curry(macro, args)
-# Expand to a macro call that takes one argument, then invoke
-# macro(args, extra).
-define(`curry', `$1(shift($@,)_$0')
-define(`_curry', ``$1')')
-divert`'dnl