package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Forester_coreSource

Sourcemodule Base : sig ... end
include module type of struct include Base end
Sourcetype addr = Base.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.

    *)
Sourceval addr_t : addr Repr.t
Sourceval pp_addr : Format.formatter -> addr -> unit
Sourcemodule Addr = Base.Addr
Sourcemodule Addr_map = Base.Addr_map
Sourcemodule Addr_set = Base.Addr_set
Sourcemodule String_map = Base.String_map
Sourcetype delim = Base.delim =
  1. | Braces
  2. | Squares
  3. | Parens
Sourcetype binding_strategy = Base.binding_strategy =
  1. | Lazy
  2. | Strict
Sourcetype 'a binding = binding_strategy * 'a
Sourceval delim_to_strings : delim -> string * string
Sourcetype math_mode = Base.math_mode =
  1. | Inline
  2. | Display
Sourcetype visibility = Base.visibility =
  1. | Private
  2. | Public
Sourcetype xml_resolved_qname = Base.xml_resolved_qname = {
  1. prefix : string;
  2. uname : string;
  3. xmlns : string option;
}
Sourceval show_xml_resolved_qname : xml_resolved_qname -> Ppx_deriving_runtime.string
Sourcemodule Syn : sig ... end
Sourcemodule Sem : sig ... end
Sourcemodule Code : sig ... end
Sourcemodule Resolver : sig ... end
Sourcemodule Expand : sig ... end
Sourcemodule Eval : sig ... end
Sourcemodule Query : sig ... end
Sourcemodule BaseN : sig ... end
Sourcemodule Reporter : sig ... end
Sourcemodule Range : sig ... end
Sourcemodule Prim : sig ... end
Sourcemodule TeX_cs : sig ... end
Sourcemodule Symbol : sig ... end
Sourcemodule Xml_tree : sig ... end
OCaml

Innovation. Community. Security.