Filtering...

lambda-closedp-tests

books/std/system/lambda-closedp-tests

Included Books

other
(in-package "ACL2")
include-book
(include-book "lambda-closedp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
other
(assert! (lambda-closedp '(lambda (x) (* '2 x))))
other
(assert! (lambda-closedp '(lambda (x y) (- y x))))
other
(assert! (not (lambda-closedp '(lambda (x) (cons x a)))))