CurryInfo: time-3.0.0 / Data.Time.clockTimeToInt

definition:
clockTimeToInt :: ClockTime -> Int
clockTimeToInt (CTime i) = i
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Transforms a clock time into a unique integer.
--- It is ensured that clock times that differs in at least one second
--- are mapped into different integers.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({CTime}) |-> _}
name:
clockTimeToInt
precedence:
no precedence defined
result-values:
_
signature:
ClockTime -> Prelude.Int
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms