definition:
|
cmdResultAverage :: [CmdResult] -> CmdResult
cmdResultAverage = average
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- The average of a list of command benchmark results.
--- The exit status average is zero of all are zero.
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {_impl#average#Test.Benchmark.MultiRunnable#Test.Benchmark.CmdResult#}}
|
name:
|
cmdResultAverage
|
precedence:
|
no precedence defined
|
result-values:
|
{_impl#average#Test.Benchmark.MultiRunnable#Test.Benchmark.CmdResult#}
|
signature:
|
[CmdResult] -> CmdResult
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|