xml-basic-0.1.3: Basics for XML/HTML representation and processing

Safe HaskellSafe
LanguageHaskell98

Text.HTML.Basic.String

Synopsis

Documentation

type Encoded = String Source #

should be [Word8]

decode :: (Encoded -> String) -> [T] -> String Source #

Invalid references are silently skipped.