CurryInfo: filepath-3.0.0 / System.FilePath.isAbsolute

definition:
isAbsolute :: FilePath -> Bool
isAbsolute = not . isRelative
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | @not . 'isRelative'@
--
-- > isAbsolute x == not (isRelative x)
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
isAbsolute
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