Hyperscript.Parser
data Error Source #
Constructors
Defined in Hyperscript.Parser
Methods
(==) :: Error -> Error -> Bool #
(/=) :: Error -> Error -> Bool #
compare :: Error -> Error -> Ordering #
(<) :: Error -> Error -> Bool #
(<=) :: Error -> Error -> Bool #
(>) :: Error -> Error -> Bool #
(>=) :: Error -> Error -> Bool #
max :: Error -> Error -> Error #
min :: Error -> Error -> Error #
type Parser = Parsec Void Text Source #
data HsLexemes Source #
(==) :: HsLexemes -> HsLexemes -> Bool #
(/=) :: HsLexemes -> HsLexemes -> Bool #
showsPrec :: Int -> HsLexemes -> ShowS #
show :: HsLexemes -> String #
showList :: [HsLexemes] -> ShowS #
space :: Parser () Source #
symbol :: Text -> ParsecT Void Text Identity Text Source #
plus :: ParsecT Void Text Identity HsLexemes Source #
minus :: ParsecT Void Text Identity HsLexemes Source #
multiply :: ParsecT Void Text Identity HsLexemes Source #
divide :: ParsecT Void Text Identity HsLexemes Source #
period :: ParsecT Void Text Identity HsLexemes Source #
ellipsis :: ParsecT Void Text Identity HsLexemes Source #
backslash :: ParsecT Void Text Identity HsLexemes Source #
colon :: ParsecT Void Text Identity HsLexemes Source #
percent :: ParsecT Void Text Identity HsLexemes Source #
pipe :: ParsecT Void Text Identity HsLexemes Source #
exclamation :: ParsecT Void Text Identity HsLexemes Source #
question :: ParsecT Void Text Identity HsLexemes Source #
pound :: ParsecT Void Text Identity HsLexemes Source #
ampersand :: ParsecT Void Text Identity HsLexemes Source #
dollar :: ParsecT Void Text Identity HsLexemes Source #
semi :: ParsecT Void Text Identity HsLexemes Source #
comma :: ParsecT Void Text Identity HsLexemes Source #
lParen :: ParsecT Void Text Identity HsLexemes Source #
rParen :: ParsecT Void Text Identity HsLexemes Source #
lAng :: ParsecT Void Text Identity HsLexemes Source #
rAng :: ParsecT Void Text Identity HsLexemes Source #
lteAng :: ParsecT Void Text Identity HsLexemes Source #
gteAng :: ParsecT Void Text Identity HsLexemes Source #
eq :: ParsecT Void Text Identity HsLexemes Source #
eqq :: ParsecT Void Text Identity HsLexemes Source #
neq :: ParsecT Void Text Identity HsLexemes Source #
neqq :: ParsecT Void Text Identity HsLexemes Source #
lBrace :: ParsecT Void Text Identity HsLexemes Source #
rBrace :: ParsecT Void Text Identity HsLexemes Source #
lBracket :: ParsecT Void Text Identity HsLexemes Source #
rBracket :: ParsecT Void Text Identity HsLexemes Source #
equals :: ParsecT Void Text Identity HsLexemes Source #