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