definition: |
ctMin :: CalendarTime -> Int ctMin (CalendarTime _ _ _ _ m _ _) = m |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- The minute of a calendar time. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({CalendarTime}) |-> _} |
name: |
ctMin |
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 |