definition: |
ctDay :: CalendarTime -> Int ctDay (CalendarTime _ _ d _ _ _ _) = d |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- The day of a calendar time. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({CalendarTime}) |-> _} |
name: |
ctDay |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
CalendarTime -> Prelude.Int |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |