Get the dot-h field from a fileset.
(fileset->dot-h x) → dot-h
This is an ordinary field accessor created by fty::defprod.
Function:
(defun fileset->dot-h$inline (x) (declare (xargs :guard (filesetp x))) (declare (xargs :guard t)) (let ((__function__ 'fileset->dot-h)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (file-option-fix (cdr (std::da-nth 1 (cdr x))))) :exec (cdr (std::da-nth 1 (cdr x))))))
Theorem:
(defthm file-optionp-of-fileset->dot-h (b* ((dot-h (fileset->dot-h$inline x))) (file-optionp dot-h)) :rule-classes :rewrite)
Theorem:
(defthm fileset->dot-h$inline-of-fileset-fix-x (equal (fileset->dot-h$inline (fileset-fix x)) (fileset->dot-h$inline x)))
Theorem:
(defthm fileset->dot-h$inline-fileset-equiv-congruence-on-x (implies (fileset-equiv x x-equiv) (equal (fileset->dot-h$inline x) (fileset->dot-h$inline x-equiv))) :rule-classes :congruence)