package forester

  1. Overview
  2. Docs
A tool for tending mathematical forests

Install

Dune Dependency

Authors

Maintainers

Sources

4.3.0.tar.gz
md5=4cf7ec6a0a36810572f8b3a2af58631c
sha512=818f859dac00a18807563fd79663ec54232c8df196a8dc2de5e269a1d0c71085b1b490297ea0ecf3ef9cd32e40fb05ad2e10c241b03958c15e25c2942271eede

doc/forester.core/Forester_core/index.html

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_qname = Base.xml_qname = {
  1. prefix : string;
  2. uname : string;
  3. xmlns : string option;
}
Sourceval xml_qname_t : xml_qname Repr.t
Sourcemodule Env : sig ... end
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
Sourcemodule Render_TeX_like : sig ... end
Sourcemodule Addr_graph : sig ... end
Sourcemodule Forester_graphs : sig ... end
Sourcemodule Query_engine : sig ... end
OCaml

Innovation. Community. Security.