Filtering...

arglistp

books/std/system/arglistp

Included Books

top
other
(in-package "ACL2")
include-book
(include-book "xdoc/top" :dir :system)
other
(defsection std/system/arglistp
  :parents (std/system)
  :short "Theorems about @(tsee arglistp)."
  (defthm true-listp-when-arglistp
    (implies (arglistp x) (true-listp x))
    :rule-classes :compound-recognizer))
in-theory
(in-theory (disable arglistp))