package forester

  1. Overview
  2. Docs

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.