CurryInfo: directory-3.0.0 / System.Directory.doesFileExist

definition:
doesFileExist :: FilePath -> IO Bool
doesFileExist fname = prim_doesFileExist $## fname
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Returns true if the argument is the name of an existing file.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
doesFileExist
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms