package catala

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val suggestion_minimum_levenshtein_distance_association : string list -> string -> string list

Returns a list of the closest words into name:candidates to the keyword name:keyword

val format : Format.formatter -> string list -> unit