CurryInfo: time-3.0.0 / Data.Time.toCalendarTime

definition:
toCalendarTime :: ClockTime -> IO CalendarTime
toCalendarTime ctime = prim_toCalendarTime $## ctime
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Transforms a clock time into a calendar time according to the local time
--- (if possible). Since the result depends on the local environment,
--- it is an I/O operation.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
toCalendarTime
precedence:
no precedence defined
result-values:
_
signature:
ClockTime -> Prelude.IO CalendarTime
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms