Filtering...

pretty-defs

books/std/strings/pretty-defs
other
(in-package "STR")
other
(include-book "defs")
other
(include-book "centaur/fty/fty-sum-casemacro" :dir :system)
other
(encapsulate nil
  (local (include-book "pretty"))
  (local (include-book "pretty-defs-aux"))
  (local (include-book "std/util/defredundant" :dir :system))
  (make-event (b* ((events (defredundant-fn *pretty-defs* nil state)))
      (value events))))