Filtering...

good-pseudo-term-listp

books/std/basic/good-pseudo-term-listp

Included Books

other
(in-package "ACL2")
include-book
(include-book "good-pseudo-termp")
include-book
(include-book "std/util/deflist" :dir :system)
other
(deflist good-pseudo-term-listp
  (x)
  :guard (pseudo-term-listp x)
  :short "Check if all the terms in a list are good,
          i.e. their values do not contain any bad atoms."
  (good-pseudo-termp x))