Filtering...

guard-verified-fnsp-tests

books/std/system/guard-verified-fnsp-tests

Included Books

other
(in-package "ACL2")
include-book
(include-book "guard-verified-fnsp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
include-book
(include-book "std/testing/must-succeed-star" :dir :system)
other
(assert! (guard-verified-fnsp '(cons (len a) '3) (w state)))
other
(must-succeed* (defun f (x) (declare (xargs :verify-guards nil)) x)
  (assert! (not (guard-verified-fnsp '(zp (f '4)) (w state)))))