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

definition: Info
 
mapBench :: (a -> b) -> Benchmark a -> Benchmark b
mapBench f (BM pre post action) = BM pre post $ action >>= return . f
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Maps benchmark results according to a given mapping (first argument).
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{BM}) |-> _}
name: Info
 mapBench
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 (a -> b) -> Benchmark a -> Benchmark b
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms