CurryInfo: filepath-3.0.0 / System.FilePath.pathSeparator

definition:
pathSeparator :: Char
pathSeparator = if isWindows then '\\' else '/'
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | The character that separates directories. In the case where more than
--   one character is possible, 'pathSeparator' is the \'ideal\' one.
--
-- > Windows: pathSeparator == '\\'
-- > Posix:   pathSeparator ==  '/'
-- > isPathSeparator pathSeparator
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {'/','\\'}}
name:
pathSeparator
precedence:
no precedence defined
result-values:
{'/','\\'}
signature:
Prelude.Char
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms