type t = {updated : Date.date; |
authors : Cow.Atom.author list; |
subject : string; |
permalink : string; |
body : string; |
}val permalink : Atom_feed.t -> t -> stringval to_html : feed:Atom_feed.t -> entry:t -> Cow.Html.t Lwt.tval to_atom : Atom_feed.t -> t -> Cow.Atom.entry Lwt.t