object
  method cvs_info_of_t : 'a -> Ocvs_types.cvs_info
  method elements : string -> 'a list
  method remove_element : string -> unit
  method t_of_cvs_info : Ocvs_types.cvs_info -> 'a
  method update_element : 'a -> unit
end