max

Combinator for the max attribute. Example:
div ! max "bar" $ "Hello."
Result:
<div max="bar">Hello.</div>
Max value seen
Max value seen
Maximum of a group
Longest execution time.
We are not able to implement a full Ord instance including Eq superclass and comparisons, but we need to compute maxima.
max x y z means max x y = z.
Maximum value.
Combines two multisets, returning the max count of each element.
We are not able to implement a full Ord instance including Eq superclass and comparisons, but we need to compute maxima.