Module Biocaml_entrez.Make.Object_id (.ml)

module Object_id: sig .. end

type t = [ `int of int | `string of string ] 
val to_string : t -> string