CurryInfo: filepath-3.0.0 / System.FilePath.isRelative

definition:
isRelative :: FilePath -> Bool
isRelative = isRelativeDrive . takeDrive
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | Is a path relative, or is it fixed to the root?
--
-- > Windows: isRelative "path\\test" == True
-- > Windows: isRelative "c:\\test" == False
-- > Windows: isRelative "c:test" == True
-- > Windows: isRelative "c:" == True
-- > Windows: isRelative "\\\\foo" == False
-- > Windows: isRelative "/foo" == True
-- > Posix:   isRelative "test/path" == True
-- > Posix:   isRelative "/test" == False
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
isRelative
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
String -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term