CurryInfo: benchmark-papers-3.0.0 / Test.Benchmark.diffBench

definition: Info
 
diffBench :: (a -> a -> a) -> Benchmark a -> Benchmark a -> Benchmark a
diffBench minus bench1 bench2 =
  mapBench (uncurry minus) (pairBench bench1 bench2)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Computes the difference between two benchmarks according to a given
difference operation (first argument).
This could be useful to evaluate some kernel of a computation where
the ressources to prepare the benchmark data are measured by
a separate benchmark and subtracted with this operation.
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> _}
name: Info
 diffBench
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 (a -> a -> a) -> Benchmark a -> Benchmark a -> Benchmark a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms