Filtering...

printtree-fix

books/std/strings/printtree-fix
other
(in-package "STR")
other
(include-book "printtree")
other
(defthm printable->str-of-printable-fix
  (equal (printable->str (printable-fix x))
    (printable->str x))
  :hints (("Goal" :in-theory (enable printable->str printable-fix))))
other
(defthm printtree->str-of-printtree-fix
  (equal (printtree->str (printtree-fix x))
    (printtree->str x))
  :hints (("Goal" :in-theory (enable printtree->str printtree-fix))))