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