definition: |
qtcomb :: QIdent -> [Term] -> Term qtcomb qi ts = TComb qi ts |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Construct qualified SMT-LIB constructor term |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {TComb}} |
name: |
qtcomb |
precedence: |
no precedence defined |
result-values: |
{TComb} |
signature: |
Language.SMTLIB.Types.QIdent -> [Language.SMTLIB.Types.Term] -> Language.SMTLIB.Types.Term |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |