language -is:module
Combinator for the
language attribute.
Example:
div ! language "bar" $ "Hello."
Result:
<div language="bar">Hello.</div>
Run a generator, returning all members of the language.
The members are returned as parse results paired with the list of
tokens used to produce the result. The elements of the returned list
of results are sorted by their length in ascending order. If there are
multiple results of the same length they are returned in an
unspecified order.
"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:
Suitable for HTTP language-ranges as defined in
RFC4647.
Specifically:
language-range = (1*8ALPHA *("-" 1*8alphanum)) / "*"
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.
Memory-managed wrapper type.