CurryInfo: cpm-3.3.0 / CPM.FileUtil.joinSearchPath

definition:
joinSearchPath :: [FilePath] -> String
joinSearchPath = intercalate [searchPathSeparator] . map emptyPath2Dot
 where
  emptyPath2Dot p = if null p then "." else p
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Joins a list of directories into a search path.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
joinSearchPath
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
[String] -> String
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms