Parse tree of the text that contains the core rules.
The file
We use add-const-to-untranslate-preprocess to keep this constant unexpanded in output.
Function:
(defun untranslate-preprocess-*core-rules-parsed* (acl2::term acl2::wrld) (if (equal acl2::term (list 'quote *core-rules-parsed*)) '*core-rules-parsed* (untranslate-preprocess-*grammar* acl2::term acl2::wrld)))
Theorem:
(defthm treep-of-*core-rules-parsed* (treep *core-rules-parsed*))