CurryInfo: filepath-3.0.0 / System.FilePath.dropExtension

definition:
dropExtension :: FilePath -> FilePath
dropExtension = fst . splitExtension
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | Remove last extension, and the \".\" preceding it.
--
-- > dropExtension x == fst (splitExtension x)
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
dropExtension
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