Filtering...

pseudo-termfn-listp

books/std/system/pseudo-termfn-listp

Included Books

other
(in-package "ACL2")
include-book
(include-book "pseudo-termfnp")
include-book
(include-book "std/util/deflist" :dir :system)
other
(deflist pseudo-termfn-listp
  (x)
  :parents (std/system/term-function-recognizers pseudo-termfnp)
  :short (topstring "Recognize true lists of "
    (seetopic "pseudo-termfnp" "pseudo-term-functions")
    ".")
  (pseudo-termfnp x)
  :true-listp t
  :elementp-of-nil t)