Filtering...

plist-worldp-with-formals

books/std/system/plist-worldp-with-formals

Included Books

top
other
(in-package "ACL2")
include-book
(include-book "xdoc/top" :dir :system)
other
(defsection std/system/plist-worldp-with-formals
  :parents (std/system)
  :short "Theorems about @('plist-worldp-with-formals')
          (see the ACL2 source code)."
  (defthm plist-worldp-when-plist-worldp-with-formals-cheap
    (implies (not (plist-worldp wrld))
      (not (plist-worldp-with-formals wrld)))
    :rule-classes ((:rewrite :backchain-limit-lst (0)))))
in-theory
(in-theory (disable plist-worldp-with-formals))