Module Biocaml_entrez.Make.Dbtag (.ml)

module Dbtag: sig .. end

type t = {
   db :string;
   tag :Biocaml_entrez.Make.Object_id.t;
}