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

definition:
 
getSystemDescription :: IO String
getSystemDescription = runCmd "lsb_release -s -d"
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Retrieve the operating system description (e.g., "Ubuntu 12.04.3 LTS").
failfree:
 ()
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {() |-> _}
name:
 getSystemDescription
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