Module

LenientHtmlParser

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

#TagName Source

#Name Source

newtype Name

Constructors

Instances

#Value Source

newtype Value

Constructors

Instances

#Attributes Source

#lexeme Source

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

#tagOpenOrSingleOrClose Source

#tagOpenOrSingle Source

#takeStringTill Source

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

#parse Source

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