Filtering...

explode-atom

books/kestrel/utilities/explode-atom

Included Books

other
(in-package "ACL2")
local
(local (include-book "explode-nonnegative-integer"))
in-theory
(in-theory (disable explode-atom))
character-listp-of-explode-atomtheorem
(defthm character-listp-of-explode-atom
  (character-listp (explode-atom x print-base))
  :hints (("Goal" :in-theory (enable explode-atom))))