class type['a]data =object..end
method elements : string -> 'a list
add or update element
method update_element : 'a -> unitmethod remove_element : string -> unitmethod t_of_cvs_info : Ocvs_types.cvs_info -> 'amethod cvs_info_of_t : 'a -> Ocvs_types.cvs_info