package forester

  1. Overview
  2. Docs
type addr =
  1. | User_addr of string
    (*

    The address of a tree that can be referenced from user text.

    *)
  2. | Machine_addr of int
    (*

    The address of an anonymous tree.

    *)
val addr_t : addr Repr.t
val pp_addr : Format.formatter -> addr -> unit
module Addr : sig ... end
module Addr_map : sig ... end
module Addr_set : sig ... end
module String_map : sig ... end
type delim =
  1. | Braces
  2. | Squares
  3. | Parens
type binding_strategy =
  1. | Lazy
  2. | Strict
val show_binding_strategy : binding_strategy -> Ppx_deriving_runtime.string
type 'a binding = binding_strategy * 'a
val delim_to_strings : delim -> string * string
type math_mode =
  1. | Inline
  2. | Display
val show_math_mode : math_mode -> Ppx_deriving_runtime.string
type visibility =
  1. | Private
  2. | Public
val show_visibility : visibility -> Ppx_deriving_runtime.string
type xml_resolved_qname = {
  1. prefix : string;
  2. uname : string;
  3. xmlns : string option;
}
val show_xml_resolved_qname : xml_resolved_qname -> Ppx_deriving_runtime.string
OCaml

Innovation. Community. Security.