CurryInfo: filepath-3.0.0 / System.FilePath.joinPath

definition:
joinPath :: [FilePath] -> FilePath
joinPath x = foldr combine "" x
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Note that this definition on c:\\c:\\, join then split will give c:\\.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
joinPath
precedence:
no precedence defined
result-values:
_
signature:
[String] -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term