Module

LenientHtmlParser

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

#Attributes Source

#Name Source

newtype Name

Constructors

Instances

#Value Source

#flattenChars Source

#lexeme Source

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

#tagOpenOrSingleOrClose Source

#tagOpenOrSingle Source

#parse Source

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