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