package levenshtein

  1. Overview
  2. Docs

Cache

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