[UP] Modules |
WDialog API for Objective Caml: Wd_dictionary
Module Wd_dictionarymodule Wd_dictionary:Dictionaries are maps from string to any type. See the module Map
of the standard library for details.type
val empty : val add : val find : val remove : val mem : val iter : val map : val mapi : val fold : val of_alist :
Convert the passed associative list to the corresponding dictionary
val to_alist :
Convert the dictionary to an associative list
|