Get the char+short+int+long+llong+bool-format field from a ienv.
(ienv->char+short+int+long+llong+bool-format x) → char+short+int+long+llong+bool-format
This is an ordinary field accessor created by fty::defprod.
Function:
(defun ienv->char+short+int+long+llong+bool-format$inline (x) (declare (xargs :guard (ienvp x))) (declare (xargs :guard t)) (mbe :logic (b* ((x (and t x)) (version (version-fix (cdr (std::da-nth 0 x)))) (char+short+int+long+llong+bool-format (char+short+int+long+llong+bool-format-fix (cdr (std::da-nth 1 x))))) (if (char+short+int+long+llong+bool-format-wfp char+short+int+long+llong+bool-format) char+short+int+long+llong+bool-format (char8+short16+int16+long32+llong64+bool0-tcnt))) :exec (cdr (std::da-nth 1 x))))
Theorem:
(defthm char+short+int+long+llong+bool-formatp-of-ienv->char+short+int+long+llong+bool-format (b* ((char+short+int+long+llong+bool-format (ienv->char+short+int+long+llong+bool-format$inline x))) (char+short+int+long+llong+bool-formatp char+short+int+long+llong+bool-format)) :rule-classes :rewrite)
Theorem:
(defthm ienv->char+short+int+long+llong+bool-format$inline-of-ienv-fix-x (equal (ienv->char+short+int+long+llong+bool-format$inline (ienv-fix x)) (ienv->char+short+int+long+llong+bool-format$inline x)))
Theorem:
(defthm ienv->char+short+int+long+llong+bool-format$inline-ienv-equiv-congruence-on-x (implies (ienv-equiv x x-equiv) (equal (ienv->char+short+int+long+llong+bool-format$inline x) (ienv->char+short+int+long+llong+bool-format$inline x-equiv))) :rule-classes :congruence)