| Safe Haskell | Safe-Inferred |
|---|---|
| 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
| |
data SpineItemref Source #
package/spine/itemref tag
Constructors
| SpineItemref | |
Instances
| Show SpineItemref Source # | |
Defined in Codec.Epub.Data.Spine Methods showsPrec :: Int -> SpineItemref -> ShowS # show :: SpineItemref -> String # showList :: [SpineItemref] -> ShowS # | |
| Eq SpineItemref Source # | |
Defined in Codec.Epub.Data.Spine | |