definition: |
sortedConst :: SMT.Ident -> SMT.Sort -> SMT.Term sortedConst c s = SMT.TComb (SMT.As c s) [] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- A constant with a sort declaration. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {TComb}} |
name: |
sortedConst |
precedence: |
no precedence defined |
result-values: |
{TComb} |
signature: |
String -> Language.SMTLIB.Types.Sort -> Language.SMTLIB.Types.Term |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |