definition: |
caseResultInt :: CaseVal Int caseResultInt = (SQLTypeInt, getIntValue) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
---Constructor for CaseVal of type Int ---expecting result of type Int in case-expression |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {(,)}} |
name: |
caseResultInt |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
(Database.CDBI.Connection.SQLType, Database.CDBI.Connection.SQLValue -> Prelude.Int) |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |