package forester

  1. Overview
  2. Docs
type data =
  1. | Term of Syn.t
  2. | Xmlns of {
    1. xmlns : string;
    2. prefix : string;
    }
type tag = unit
type hook = unit
type context = unit
OCaml

Innovation. Community. Security.