Filtering...

lambda-logic-fnsp-tests

books/std/system/lambda-logic-fnsp-tests

Included Books

other
(in-package "ACL2")
include-book
(include-book "lambda-logic-fnsp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
include-book
(include-book "std/testing/must-succeed-star" :dir :system)
other
(assert! (lambda-logic-fnsp '(lambda (x y) (len (cons x x)))
    (w state)))
other
(must-succeed* (defun f (x) (declare (xargs :mode :program)) x)
  (assert! (not (lambda-logic-fnsp '(lambda (z) (cons (f x) '3)) (w state)))))