Token is:module

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
Parse Dhall tokens. Even though we don't have a tokenizer per-se this
Tokenizer for the YAML 1.2 syntax as defined in http://yaml.org/spec/1.2/spec.html.
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.
Encrypted tokens/tickets to keep state in the client side.
Defines a token type used by the lexer.
Token definitions.
A union holding the value of the token.
All enumeration tokens from the OpenGL registry.
Bindings Access Token and Refresh Token part of The OAuth 2.0 Authorization Framework RFC6749 https://www.rfc-editor.org/rfc/rfc6749
NLP Tokenizer
All tokens from GLU 1.3, see http://www.opengl.org/.
This module provides rate-limiting facilities built on top of the lazy bucket algorithm heavily inspired by "Rate Limiting at Webscale: Lazy Leaky Buckets" See also Wikipedia's Token Bucket article for general information about token bucket algorithms and their properties.
Tokenizer for ACE. Tokens retain source locations (line and column).