definition: |
having :: Condition -> GroupByTail having con = Having con |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
---Constructor for having condition ---@param con - The condition |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Having}} |
name: |
having |
precedence: |
no precedence defined |
result-values: |
{Having} |
signature: |
Condition -> GroupByTail |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |