CurryInfo: filepath-3.0.0 / System.FilePath.pathSeparators

definition:
pathSeparators :: [Char]
pathSeparators = if isWindows then "\\/" else "/"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | The list of all possible separators.
--
-- > Windows: pathSeparators == ['\\', '/']
-- > Posix:   pathSeparators == ['/']
-- > pathSeparator `elem` pathSeparators
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {:}}
name:
pathSeparators
precedence:
no precedence defined
result-values:
{:}
signature:
String
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms