piremove.h
Go to the documentation of this file.
void cell_remove_lambda(cell *new_env, cell *old_env, cell *args, cell *fn)
Definition: piremove.c:3
void cell_remove_apply_macro(cell *env, cell *old_env, cell *args, cell *fn)
Definition: piremove.c:36
void cell_remove_eval_macro(cell *new_env, cell *old_env, cell *expression)
Definition: piremove.c:15