package levenshtein

  1. Overview
  2. Docs
type 'a t
type key = A.t * A.t
val create : int -> 'a t
val alter : 'a t -> key -> ('a option -> 'a option) -> 'a option