Filtering...

primitivep-plus-tests

books/std/system/primitivep-plus-tests

Included Books

other
(in-package "ACL2")
include-book
(include-book "primitivep-plus")
include-book
(include-book "std/testing/assert-bang" :dir :system)
include-book
(include-book "std/testing/must-succeed-star" :dir :system)
other
(assert! (primitivep+ 'cons (w state)))
other
(assert! (primitivep+ 'binary-+ (w state)))
other
(assert! (not (primitivep+ 'len (w state))))
other
(must-succeed* (defun f (x) x)
  (assert! (not (primitivep+ 'f (w state)))))