package yocaml

  1. Overview
  2. Docs

Module Rss.ItemSource

Sourcetype t
Sourceval make : ?author:string -> ?categories:Category.t list -> ?comments:string -> ?enclosure:Enclosure.t -> ?source:Source.t -> title:string -> link:string -> pub_date:Date.t -> description:string -> guid:Guid.t -> unit -> t
Sourceval pp : ?default_time:(Date.hour * Date.min * Date.sec) -> Format.formatter -> t -> unit
Sourceval equal : t -> t -> bool