Filtering...

fundef-disabledp-tests

books/std/system/fundef-disabledp-tests

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)))
other
(must-succeed* (defun f (x) x)
  (assert! (not (fundef-disabledp 'f state))))