package forester

  1. Overview
  2. Docs

Source file Trie.ml

1
2
3
4
5
include Yuujinchou.Trie

let pp_path =
  let pp_sep fmt () = Format.pp_print_string fmt "." in
  Format.pp_print_list ~pp_sep Format.pp_print_string
OCaml

Innovation. Community. Security.