hw-xml-0.1.0.3: Conduits for tokenizing streams.

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Xml.RawDecode

Documentation

class RawDecode a where Source #

Minimal complete definition

rawDecode

Methods

rawDecode :: RawValue -> a Source #