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

definition: Info
 
benchmark :: IO a -> Benchmark a
benchmark bench = BM (return ()) (return ()) bench
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
A benchmark is basically an I/O action to compute the benchmark results.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {BM}}
name: Info
 benchmark
precedence: Info
 no precedence defined
result-values: Info
 {BM}
signature: Info
 Prelude.IO 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