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