definition: |
isPosix :: Bool isPosix = not isWindows |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Is the underlying operating system a POSIX system (unix, MacOS)? |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {False,True}} |
name: |
isPosix |
precedence: |
no precedence defined |
result-values: |
{False,True} |
signature: |
Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |