CurryInfo: time-3.0.0 / Data.Time.calendarTimeToString

definition: Info
 
calendarTimeToString :: CalendarTime -> String
calendarTimeToString ctime@(CalendarTime y mo d _ _ _ _) =
    shortMonths!!(mo-1) ++ " " ++ show d ++ " " ++
    toTimeString ctime ++ " " ++ show y
  where shortMonths = ["Jan","Feb","Mar","Apr","May","Jun",
                       "Jul","Aug","Sep","Oct","Nov","Dec"]
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Transforms a calendar time into a readable form.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({CalendarTime}) |-> _}
name: Info
 calendarTimeToString
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 CalendarTime -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term