CurryInfo: directory-3.0.0 / System.Directory.getDirectoryContents

definition:
getDirectoryContents :: FilePath -> IO [FilePath]
getDirectoryContents dir = prim_getDirectoryContents $## dir
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Returns the list of all entries in a directory.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
getDirectoryContents
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO [String]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms