Filtering...

lambda-listp

books/std/system/lambda-listp

Included Books

other
(in-package "ACL2")
include-book
(include-book "lambdap")
include-book
(include-book "std/util/deflist" :dir :system)
other
(deflist lambda-listp
  (x wrld)
  :parents (std/system/term-function-recognizers lambdap)
  :short (topstring "Recognize true lists of "
    (seetopic "lambdap" "translated lambda expressions")
    ".")
  :guard (plist-worldp-with-formals wrld)
  (lambdap x wrld)
  :true-listp t
  :elementp-of-nil nil)