Description
Typed XML encoding (core library)
Description
Please see README.md
README.md
xml-tydom-core
End users please note: End-users probably don't need to be concerned with this library. Instead, end-users probably want the library written for a specific back-end. Currently, that is limited to xml-tydom-conduit.
xml-tydom-core
provides the core of a typed XML encoding / decoding library in Haskell. Its main purposes are:
- Abstract over different XML DOM implementations,
- Define classes which can perform encoding / decoding, and
- Provide instances of encoding / decoding classes using GHC Generics.