package forester

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

Install

Dune Dependency

Authors

Maintainers

Sources

4.2.0.tar.gz
md5=7543fe7acbdfeb2056dc0b774965239f
sha512=2317bf84588692bbbd40e5fa944faab4889474e4a058e336bd1165f6dd8e55e8979affab098248c87354acdc3b6e6927305553ff5ab6b002b6739719814ec080

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_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.