sig
  type t = { pmid : int; title : string; abstract : string; }
  val search : string -> Biocaml_entrez.Make.Pubmed.t list F.fetched
end