definition: |
isSearchPathSeparator :: Char -> Bool isSearchPathSeparator = (== searchPathSeparator) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- | Is the character a file separator? -- -- > isSearchPathSeparator a == (a == searchPathSeparator) |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {flip}} |
name: |
isSearchPathSeparator |
precedence: |
no precedence defined |
result-values: |
{flip} |
signature: |
Prelude.Char -> Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |