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

definition:
getSystemRelease :: IO String
getSystemRelease = runCmd "lsb_release -s -r"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Retrieve the operating system release (e.g., "12.04").
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
getSystemRelease
precedence:
no precedence defined
result-values:
_
signature:
Prelude.IO String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms