tagstream-conduit-0.5.4: streamlined html tag parser

Safe HaskellSafe-Infered

Text.HTML.TagStream.Types

Documentation

type Attr' s = (s, s)

data Token' s

Constructors

TagOpen s [Attr' s] Bool 
TagClose s 
Text s 
Comment s 
Special s s 
Incomplete s