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

definition:
 
benchmark :: IO a -> Benchmark a
benchmark bench = BM (return ()) (return ()) bench
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
A benchmark is basically an I/O action to compute the benchmark results.
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> {BM}}
name:
 benchmark
precedence:
 no precedence defined
result-values:
 {BM}
signature:
 Prelude.IO a -> Benchmark a
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 reducible on all ground data terms