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 5389320d..03bfea23 100644
--- a/eval.h
+++ b/eval.h
@@ -42,5 +42,6 @@ val expand(val form);
val expand_forms(val forms);
val bindable(val obj);
val mapcarv(val fun, val list_of_lists);
+val generate(val while_pred, val gen_fun);
void eval_init(void);