language -package:Earley

Combinator for the language attribute. Example:
div ! language "bar" $ "Hello."
Result:
<div language="bar">Hello.</div>
The language subtag
"language" field for "eval" operation. Default: Nothing.
Creates a value of Language with the minimum fields required to make a request. Use one of the following lenses to modify other fields as desired:
A helper module that defines some language definitions that can be used to instantiate a token parser (see Text.Parsec.Token).
Parsec compatibility module
Suitable for HTTP language-ranges as defined in RFC4647. Specifically:
language-range = (1*8ALPHA *("-" 1*8alphanum)) / "*"
Defines the Language accept header with an Accept instance for use in language negotiation.
The language for an embedded code block.
This represents a Haskell language dialect. Language Extensions are interpreted relative to one of these base languages.
An RFC-3066 language designator to choose scripts.
The PangoLanguage structure is used to represent a language. PangoLanguage pointers can be efficiently copied and compared with each other.