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

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