Initial dynamic struct environment.
(init-struct-denv) → env
This is empty.
Function:
(defun init-struct-denv nil (declare (xargs :guard t)) (let ((__function__ 'init-struct-denv)) (declare (ignorable __function__)) nil))
Theorem:
(defthm struct-denvp-of-init-struct-denv (b* ((env (init-struct-denv))) (struct-denvp env)) :rule-classes :rewrite)