Source position: syntax.html.pp line 31
type THtmlParseState = (
hsText,
hsTagOpen,
hsTagClose,
hsComment,
hsDoctype,
hsCDATA,
hsScript,
hsStyle
);