sig
  type t = [ `int of int | `string of string ]
  val to_string : Biocaml_entrez.Make.Object_id.t -> string
end