package forester
A tool for tending mathematical forests
Install
Dune Dependency
Authors
Maintainers
Sources
4.3.1.tar.gz
md5=d1623b2919d2984bfcd841b5e772abd1
sha512=5924c8822d7e5a7bc49eb2b451cfd06cb372415559bc5ff232a59395b0aa28eb9819e351426ab25510f7d96ffb85ec652fa1878478b046c61e51ff471c285710
doc/src/forester.core/Base.ml.html
Source file Base.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
type addr = | User_addr of string (** The address of a tree that can be referenced from user text. *) | Machine_addr of int (** The address of an anonymous tree.*) [@@deriving repr] let pp_addr fmt = function | User_addr str -> Format.pp_print_string fmt str | Machine_addr ix -> Format.fprintf fmt "#%i" ix module Addr = struct type t = addr let compare = compare let hash = Hashtbl.hash let equal = (=) let to_user_addr = function | User_addr addr -> Some addr | _ -> None end module Addr_map = Map.Make (Addr) module Addr_set = Set.Make (Addr) module String_map = Map.Make (String) type delim = Braces | Squares | Parens [@@deriving show] type binding_strategy = Lazy | Strict [@@deriving show] type 'a binding = binding_strategy * 'a [@@deriving show] let delim_to_strings = function | Braces -> "{", "}" | Squares -> "[", "]" | Parens -> "(", ")" type math_mode = Inline | Display [@@deriving show] type visibility = Private | Public [@@deriving show] type xml_qname = {prefix : string; uname : string; xmlns : string option} [@@deriving show, repr]
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>