Get the expr field from a amb-declon/stmt.
(amb-declon/stmt->expr x) → expr
This is an ordinary field accessor created by fty::defprod.
Function:
(defun amb-declon/stmt->expr$inline (x) (declare (xargs :guard (amb-declon/stmt-p x))) (declare (xargs :guard t)) (mbe :logic (b* ((x (and t x))) (expr-fix (cdr x))) :exec (cdr x)))
Theorem:
(defthm exprp-of-amb-declon/stmt->expr (b* ((expr (amb-declon/stmt->expr$inline x))) (exprp expr)) :rule-classes :rewrite)
Theorem:
(defthm amb-declon/stmt->expr$inline-of-amb-declon/stmt-fix-x (equal (amb-declon/stmt->expr$inline (amb-declon/stmt-fix x)) (amb-declon/stmt->expr$inline x)))
Theorem:
(defthm amb-declon/stmt->expr$inline-amb-declon/stmt-equiv-congruence-on-x (implies (amb-declon/stmt-equiv x x-equiv) (equal (amb-declon/stmt->expr$inline x) (amb-declon/stmt->expr$inline x-equiv))) :rule-classes :congruence)