Calls ensure-function-singly-recursive with ctx and state as the last two arguments.
Macro: ensure-function-singly-recursive$
(defmacro ensure-function-singly-recursive$ (fn description error-erp error-val) (list 'ensure-function-singly-recursive fn description error-erp error-val 'ctx 'state))