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

definition:
 
getHostName :: IO String
getHostName = runCmd "hostname"
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Retrieve the host name.
failfree:
 ()
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {() |-> _}
name:
 getHostName
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