other
(in-package "ACL2")
other
(add-macro-alias mac2 g2)
g2function
(defun g2 (x) (declare (xargs :guard (g1 x) :guard-debug t :guard-hints (("Goal" :do-not '(preprocess))))) (mac2 x))
other
(defstobj st fld)
other
(verify-guards g10)
other
(verify-termination g12)
g-progencapsulate
(encapsulate nil (program) (defun g-prog (x) x))
other
(table my-tbl 3 4)
other
(table my-tbl 3 5)