Included Books
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))