HAppS-Data-0.9.3: HAppS data manipulation librariesSource codeContentsIndex
HAppS.Data.Atom
Documentation
data Entry Source
Constructors
Entry [Author] [Category] (Maybe Content) [Contributor] Id (Maybe Published) (Maybe Summary) Title Updated
show/hide Instances
Eq Entry
Data Entry
Ord Entry
Read Entry
Show Entry
Typeable Entry
Default Entry
(Data ctx ([] Author), Data ctx ([] Category), Data ctx (Maybe Content), Data ctx ([] Contributor), Data ctx Id, Data ctx (Maybe Published), Data ctx (Maybe Summary), Data ctx Title, Data ctx Updated, Sat (ctx Entry), Sat (ctx ([] Author)), Sat (ctx ([] Category)), Sat (ctx (Maybe Content)), Sat (ctx ([] Contributor)), Sat (ctx Id), Sat (ctx (Maybe Published)), Sat (ctx (Maybe Summary)), Sat (ctx Title), Sat (ctx Updated)) => Data ctx Entry
data Feed Source
Constructors
Feed [Entry]
show/hide Instances
data Author Source
Constructors
Author PersonConstruct
show/hide Instances
data Contributor Source
Constructors
Contributor PersonConstruct
show/hide Instances
data Category Source
Constructors
Category Term (Maybe Scheme) (Maybe Label)
show/hide Instances
newtype Id Source
Constructors
Id Integer
show/hide Instances
data Title Source
Constructors
Title TextConstruct
show/hide Instances
newtype Published Source
Constructors
Published DateConstruct
show/hide Instances
newtype Updated Source
Constructors
Updated DateConstruct
show/hide Instances
newtype Summary Source
Constructors
Summary TextConstruct
show/hide Instances
newtype Content Source
Constructors
Content TextConstruct
show/hide Instances
newtype Word Source
Constructors
Word String
show/hide Instances
newtype Email Source
Constructors
Email String
show/hide Instances
Produced by Haddock version 2.4.2