Module Ppxlib.Spellcheck

Helpers to provide hints to PPX users for typos or spellchecks.

exception Cutoff_met
val levenshtein_distance : string -> string -> int -> int option
val spellcheck : string list -> string -> string option