Module

LenientHtmlParser

Package
purescript-lenient-html-parser
Repository
justinwoo/purescript-lenient-html-parser

#TagName Source

#Attributes Source

#Name Source

newtype Name

Constructors

Instances

#Value Source

newtype Value

Constructors

Instances

#flattenChars Source

flattenChars :: forall f. Foldable f => f Char -> String

#lexeme Source

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

#tagOpenOrSingleOrClose Source

#tagOpenOrSingle Source

#parse Source

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