summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index b59eb875..086967b0 100644
--- a/lib.h
+++ b/lib.h
@@ -728,6 +728,7 @@ val curry_123_23(val fun3, val arg1);
val curry_1234_34(val fun3, val arg1, val arg2);
val chain(val first_fun, ...);
val chainv(val funlist);
+val chandv(val funlist);
val juxtv(val funlist);
val andf(val first_fun, ...);
val andv(val funlist);