CurryInfo: execpath-3.0.0 / System.Path.dirsInPath

definition:
dirsInPath :: IO [String]
dirsInPath = do
  path <- getEnv "PATH"
  return $ split (== searchPathSeparator) path
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns the list of the directories of the environment variable `PATH`.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
dirsInPath
precedence:
no precedence defined
result-values:
_
signature:
Prelude.IO [String]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term