Included Books
other
(in-package "ACL2")
include-book
(include-book "pure-raw-p")
include-book
(include-book "std/testing/assert-bang" :dir :system)
other
(assert! (pure-raw-p 'abs))
other
(assert! (not (pure-raw-p 'fmt-to-comment-window)))