(svtv-to-fsm-thm-fn thmname args state) → *
Function:
(defun svtv-to-fsm-thm-fn (thmname args state) (declare (xargs :stobjs (state))) (declare (xargs :guard t)) (let ((__function__ 'svtv-to-fsm-thm-fn)) (declare (ignorable __function__)) (b* ((x (parse-svtv-to-fsm-thm thmname args state))) (list 'progn (svtv-to-fsm-first-thm x) (svtv-to-fsm-final-thm x)))))