(with-state state & body)
(defmacro with-state [state & body] `(menv/with-compiler-env ~state ~@body))