CurryInfo: filepath-3.0.0 / System.FilePath.dropFileName

definition:
dropFileName :: FilePath -> FilePath
dropFileName = fst . splitFileName
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | Drop the filename.
--
-- > dropFileName x == fst (splitFileName x)
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
dropFileName
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