CurryInfo: directory-3.0.0 / System.Directory.getModificationTime

definition:
getModificationTime :: FilePath -> IO ClockTime
getModificationTime fname = prim_getModificationTime $## fname
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Returns the modification time of the file.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
getModificationTime
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO Data.Time.ClockTime
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms