package forester

  1. Overview
  2. Docs
type t = {
  1. prefix_to_xmlns : string String_map.t;
  2. xmlns_to_prefixes : string list String_map.t;
}
val empty : t
val assoc : prefix:String_map.key -> xmlns:String_map.key -> t -> t
OCaml

Innovation. Community. Security.