Filtering...

cw-event

books/kestrel/event-macros/cw-event

Included Books

other
(in-package "ACL2")
include-book
(include-book "xdoc/constructors" :dir :system)
other
(defsection cw-event
  :parents (event-macros)
  :short "Event form of @(tsee cw)."
  :long (topstring (p "When this macro is processed as an event,
     its arguments are passed to @(tsee cw).")
    (p "Exception: No printing is done while including a book
     or during the second pass of an @(tsee encapsulate) event.")
    (@def "cw-event"))
  (defmacro cw-event
    (str &rest args)
    `(value-triple (cw ,STR ,@ARGS) :on-skip-proofs :interactive)))