package levenshtein

  1. Overview
  2. Docs

Build a cache using OCaml stdlib's Hashtbl

Parameters

Signature

type 'a t
type key = H.t
val create : int -> 'a t
val alter : 'a t -> key -> ('a option -> 'a option) -> 'a option