Copyright | (c) Galois Inc. 2008 (c) Sigbjorn Finne 2009- |
---|---|
License | BSD3 |
Maintainer | Sigbjorn Finne <sof@forkIO.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Text.Atom.Pub
Description
Types for the Atom Publishing Protocol (APP)
Documentation
Constructors
Service | |
Fields
|
Constructors
Workspace | |
Fields
|
data Collection Source #
Constructors
Collection | |
Fields
|
data Categories Source #
Constructors
CategoriesExternal URI | |
Categories (Maybe Bool) (Maybe URI) [Category] |
Instances
Show Categories Source # | |
Defined in Text.Atom.Pub Methods showsPrec :: Int -> Categories -> ShowS # show :: Categories -> String # showList :: [Categories] -> ShowS # |