|
definition: |
cardMaximum :: Cardinality -> Int cardMaximum (Exactly i) = i cardMaximum (Between _ (Max i)) = i |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
The maximum value of a cardinality (provided that it is not infinite). |
|
failfree: |
<FAILING> |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{({Exactly}) |-> _ || ({Between}) |-> _}
|
|
name: |
cardMaximum |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
Database.ERD.Cardinality -> Prelude.Int |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
possibly non-reducible on same data term |