Safe Haskell | Safe-Infered |
---|
Text.HTML.TagStream.Parser
Documentation
quoted :: Char -> Parser ByteString
quotedOr :: Parser ByteString -> Parser ByteString
tillScriptEnd :: Token -> Parser [Token]
decode :: ByteString -> Either String [Token]
atLeast :: Int -> Parser ByteString -> Parser ByteString
(||.) :: Applicative f => f Bool -> f Bool -> f Bool