| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Codec.Epub.Format
Description
Module for pretty-printing epub meta-information
Defined here is the Formattable typeclass and instances for the top-level epub data structures. The intention is that consumers use the format function on any of these otherwise disparate types.
Documentation
class Formattable a where #
Instances
| Formattable Manifest # | |
Defined in Codec.Epub.Format | |
| Formattable Metadata # | |
Defined in Codec.Epub.Format | |
| Formattable Package # | |
Defined in Codec.Epub.Format | |
| Formattable Spine # | |
Defined in Codec.Epub.Format | |
| Formattable [GuideRef] # | |
Defined in Codec.Epub.Format | |