Module

LenientHtmlParser

#TagName

#Name

newtype Name

Constructors

Instances

#Value

newtype Value

Constructors

Instances

#Attributes

#comment

#doctype

#skipSpace

#lexeme

lexeme :: forall p. Parser p -> Parser p

#validNameString

#tagOpenOrSingleOrClose

#closeTag

#tagOpenOrSingle

#tnode

#scriptTag

#takeStringTill

takeStringTill :: { allowEof :: Boolean, end :: String } -> Parser String

#tag

#tags

#parse

parse :: forall a. Parser a -> String -> Either ParseError a

Modules