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 edea999f..0c2fa80a 100644
--- a/eval.h
+++ b/eval.h
@@ -33,6 +33,7 @@ val interp_fun(val env, val fun, val args);
val apply(val fun, val arglist, val ctx_form);
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);
void eval_init(void);