package forester

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

2.5.tar.gz
md5=d4224ee007858144623c999bc18c638c
sha512=781f353ddbb3724b8fe81f85be48529ff7d88781cb5111bb9cf04bc623714a549c94192092797c4c1f136fbeb43970a24c1ce6edea9329f9f91b964d798fcd49

doc/src/forester.core/Symbol.ml.html

Source file Symbol.ml

1
2
3
4
5
6
7
8
9
type t = Trie.path ref

let fresh path =
  ref path

let pp fmt sym =
  Format.fprintf fmt "%a" Trie.pp_path !sym

let compare = compare
OCaml

Innovation. Community. Security.