|
| Text.RSS.Syntax | | Stability | provisional | | Maintainer | Sigbjorn Finne <sof@galois.com> |
|
|
|
|
|
| Description |
| Description: The basic syntax for putting together feeds. For instance,
to create a feed with a single item item:
(nullRSS "rss title" "link") {rssChannel=(nullChannel "channel title" "link") {rssItems=[(nullItem "item title")]}}
|
|
| Synopsis |
|
|
|
|
| Core Types
|
|
|
|
|
|
|
|
| RFC 822 conforming.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Default Constructors:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.6.0 |