CurryInfo: filepath-3.0.0 / System.FilePath.getSearchPath

definition:
getSearchPath :: IO [FilePath]
getSearchPath = getEnv "PATH" >>= return . splitSearchPath
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | Get a list of filepaths in the $PATH.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
getSearchPath
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