Filtering...

defs

books/std/strings/defs
other
(in-package "STR")
other
(include-book "xdoc/top" :dir :system)
other
(include-book "std/util/bstar" :dir :system)
other
(include-book "std/lists/list-defuns" :dir :system)
other
(include-book "std/basic/defs" :dir :system)
other
(include-book "printtree")
other
(encapsulate nil
  (local (include-book "top"))
  (local (include-book "defs-aux"))
  (local (include-book "std/util/defredundant" :dir :system))
  (make-event (b* ((events (defredundant-fn *str-library-basic-defs*
           nil
           state)))
      (value events))))