CurryInfo: filepath-3.0.0 / System.FilePath.dropDrive

definition:
dropDrive :: FilePath -> FilePath
dropDrive = snd . splitDrive
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | Delete the drive, if it exists.
--
-- > dropDrive x == snd (splitDrive x)
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
dropDrive
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