Filtering...

magic-fix

books/projects/smtlink/trusted/z3-py/magic-fix
other
(in-package "SMT")
other
(include-book "xdoc/top" :dir :system)
other
(include-book "std/util/define" :dir :system)
other
(defsection smt-magic-fix
  :parents (verified)
  :short ""
  (define magic-fix
    ((type symbolp) (x t))
    (declare (ignore type))
    x)
  (in-theory (enable magic-fix))
  (in-theory (disable (:type-prescription magic-fix))))