CurryInfo: time-3.0.0 / Data.Time.addDays

definition:
addDays :: Int -> ClockTime -> ClockTime
addDays n (CTime ctime) = CTime (ctime + (n*86400))
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Adds days to a given time.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{CTime}) |-> {CTime}}
name:
addDays
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