CurryInfo: filepath-3.0.0 / System.FilePath.takeDrive

definition:
takeDrive :: FilePath -> FilePath
takeDrive = fst . splitDrive
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | Get the drive from a filepath.
--
-- > takeDrive x == fst (splitDrive x)
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
takeDrive
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
String -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term