Token -package:yesod-auth

A helper module to parse lexical elements (tokens). See makeTokenParser for a description of how to use it.
Parsec compatibility module
Parsers that comprehend whitespace and identifier styles
idStyle    = haskellIdents { styleReserved = ... }
identifier = ident idStyle
reserved   = reserve idStyle
A parsed gtk-doc token.
Parse Dhall tokens. Even though we don't have a tokenizer per-se this
All tokens are paired up with a source position. Lexical errors are passed back as a special TokenT value.
Haskell string or [^ ,]+
Tokens of outer cabal file structure. Field values are treated opaquely.
Internal representation for header keys.
Tokenizer for the YAML 1.2 syntax as defined in http://yaml.org/spec/1.2/spec.html.
Parsed token.
A pair consisting of a list of attributes and some text.
our RE scanner returns a list of these tokens
Lexical tokens. Each may be annotated with any comment occurring between the prior token and this one
Lexical token
This module provides the datatype for the lexical syntax of TOML files. These tokens are generated by Toml.Syntax.Lexer and consumed in Toml.Syntax.Parser.