| Portability | portable (depends on ghc) |
|---|---|
| Stability | provisional |
| Maintainer | bastiaan.heeren@ou.nl |
| Safe Haskell | None |
Ideas.Encoding.DecoderXML
Description
Services using XML notation
Documentation
type XMLDecoder a = EncoderState (XMLDecoderState a) XMLSource
data XMLDecoderState a Source
Constructors
| XMLDecoderState | |
Fields
| |
xmlDecoder :: Type a t -> XMLDecoder a tSource