Safe Haskell | Safe-Infered |
---|
Text.HTML.TagStream.Types
Documentation
type Attr' s = (s, s)
type Attr = Attr' ByteString
data Token' s
data TagType
Constructors
TagTypeClose | |
TagTypeSpecial | |
TagTypeNormal |
type Token = Token' ByteString
cc :: [ByteString] -> Builder
showToken :: (ByteString -> ByteString) -> Token -> Builder
encode :: [Token] -> ByteString
encodeHL :: (ByteString -> ByteString) -> [Token] -> ByteString