Filtering...

rune-enabledp

books/std/system/rune-enabledp

Included Books

other
(in-package "ACL2")
include-book
(include-book "rune-disabledp")
other
(define rune-enabledp
  ((rune (runep rune (w state))) state)
  :returns (yes/no booleanp)
  :verify-guards nil
  :parents (std/system)
  :short "Check if a @(see rune) is enabled."
  (not (rune-disabledp rune state)))