summaryrefslogtreecommitdiffstats
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.h b/eval.h
index d485e2d4..23b98565 100644
--- a/eval.h
+++ b/eval.h
@@ -39,5 +39,6 @@ val eval_progn(val forms, val env, val ctx_form);
val eval(val form, val env, val ctx_form);
val expand(val form);
val bindable(val obj);
+val mapcarv(val fun, val list_of_lists);
void eval_init(void);