Filtering...

rawp-tests

books/std/system/rawp-tests

Included Books

other
(in-package "ACL2")
include-book
(include-book "rawp")
include-book
(include-book "std/testing/assert-bang" :dir :system)
include-book
(include-book "std/testing/must-succeed-star" :dir :system)
other
(assert! (rawp 'len state))
other
(assert! (rawp 'fmt-to-comment-window state))
other
(assert! (rawp 'floor state))
other
(assert! (rawp 'cw-gstack-fn state))
other
(assert! (rawp 'certify-book-fn state))
other
(assert! (rawp 'ev-w state))
other
(assert! (not (rawp 'cons state)))
other
(assert! (not (rawp 'parilis$ state)))
other
(must-succeed* (defun f (x) x)
  (assert! (not (rawp 'f state))))