Filtering...

getprops

books/std/system/getprops

Included Books

top
other
(in-package "ACL2")
include-book
(include-book "xdoc/top" :dir :system)
other
(defsection std/system/geprops
  :parents (std/system)
  :short "Theorems about @('getprops') (see the ACL2 source code)."
  (defthm alistp-of-getprops
    (alistp (getprops key world-name w))))
in-theory
(in-theory (disable getprops))