package base_trie

  1. Overview
  2. Docs

Unlike Base.Map, we avoid polymorphic variants for add* functions.

type ('a, 'b) t =
  1. | Ok of 'a
  2. | Duplicate of 'b
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('a, 'b) t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.