package fuzzy_compare

  1. Overview
  2. Docs
Fastest bounded Levenshtein comparator over generic structures

Install

Dune Dependency

Authors

Maintainers

Sources

2.0.1.tar.gz
md5=90ba5dd28b12af0bb795f6bdbca34deb
sha512=7550a654b200d82eac9ccdc58bb21627e29ff78bb9f0b06dd75b7aeb3960f58b42632b6836ce09103b29f254fb628bab5418e0e34f08a79833c7e01c3709b094

doc/fuzzy_compare/Fuzzy_compare/index.html

Module Fuzzy_compareSource

Sourcetype t
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval create : max_edits:int -> t
Sourcemodule type Intf = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (M : Intf) : S with type u := M.t
Sourcemodule String : S with type u := string
OCaml

Innovation. Community. Security.