| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Codec.Epub.Data.Spine
Description
Data types for working with the metadata of epub documents
The spine represents a default ordering of items in the manifest.
Synopsis
- data Spine = Spine {}
- data SpineItemref = SpineItemref {}
Documentation
package/spine tag
Constructors
| Spine | |
Fields
| |
Instances
| Eq Spine # | |
| Show Spine # | |
| Formattable Spine # | |
Defined in Codec.Epub.Format | |
data SpineItemref #
package/spine/itemref tag
Constructors
| SpineItemref | |
Instances
| Eq SpineItemref # | |
Defined in Codec.Epub.Data.Spine | |
| Show SpineItemref # | |
Defined in Codec.Epub.Data.Spine Methods showsPrec :: Int -> SpineItemref -> ShowS # show :: SpineItemref -> String # showList :: [SpineItemref] -> ShowS # | |