Filtering...

symbol-name-lst

books/std/basic/symbol-name-lst

Included Books

other
(in-package "ACL2")
include-book
(include-book "xdoc/constructors" :dir :system)
other
(defsection std/basic/symbol-name-lst
  :parents (std/basic symbol-name-lst)
  :short "Theorems about @(tsee symbol-name-lst)
          in the @(csee std/basic) library."
  (defthm string-listp-of-symbol-name-lst
    (string-listp (symbol-name-lst syms)))
  (defthm len-of-symbol-name-lst
    (equal (len (symbol-name-lst syms)) (len syms))))
in-theory
(in-theory (disable symbol-name-lst))