CurryInfo: time-3.0.0 / Data.Time.addSeconds

definition:
addSeconds :: Int -> ClockTime -> ClockTime
addSeconds n (CTime ctime) = CTime (ctime + n)
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Adds seconds to a given time.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{CTime}) |-> {CTime}}
name:
addSeconds
precedence:
no precedence defined
result-values:
{CTime}
signature:
Prelude.Int -> ClockTime -> ClockTime
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms