Filtering...

map

books/kestrel/fty/map
other
(in-package "OMAP")
other
(include-book "centaur/fty/top" :dir :system)
other
(include-book "std/omaps/core" :dir :system)
other
(defsection map
  :parents (fty-extensions specific-types omaps)
  :short (topstring "A "
    (seetopic "fty::fty" "fixtype")
    " of "
    (seetopic "omap::omaps" "omaps")
    ".")
  :long (topstring-p "This is similar to the fixtype @(tsee set::set) of osets.")
  (deffixtype map
    :pred mapp
    :fix mfix
    :equiv mequiv
    :define t
    :forward t))