sig type t = { pmid : int; doi : string option; pubdate : string option; source : string option; title : string; } val search : string -> Biocaml_entrez.Make.PubmedSummary.t list F.fetched end