definition: |
hasDrive :: FilePath -> Bool hasDrive = not . null . takeDrive |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- | Does a path have a drive. -- -- > not (hasDrive x) == null (takeDrive x) |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
hasDrive |
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 |