CurryInfo: benchmark-papers-3.0.0 / ExecuteBenchmarkPaper.bmReport

definition:
bmReport :: String -> IO ()
bmReport c = putStrLn $ "Running benchmark code: " ++ c
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Report execution of a code snippet:
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
bmReport
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms