Included Books
other
(in-package "ACL2")
include-book
(include-book "rune-disabledp")
include-book
(include-book "std/testing/assert-equal" :dir :system)
include-book
(include-book "std/testing/must-succeed-star" :dir :system)
other
(assert! (not (rune-disabledp '(:rewrite cons-car-cdr) state)))
other
(must-succeed* (defthmd th (acl2-numberp (+ x y))) (assert! (rune-disabledp '(:rewrite th) state)))
other
(must-succeed* (defthm th (acl2-numberp (+ x y))) (assert! (not (rune-disabledp '(:rewrite th) state))))
other
(must-succeed* (defthmd th (acl2-numberp (+ x y)) :rule-classes :type-prescription) (assert! (rune-disabledp '(:type-prescription th) state)))