Included Books
other
(in-package "ACL2")
include-book
(include-book "fundef-disabledp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
include-book
(include-book "std/testing/must-succeed-star" :dir :system)
other
(must-succeed* (defund f (x) x) (assert! (fundef-disabledp 'f state)))