definition:
|
substQId :: TPSubst -> SMT.QIdent -> SMT.QIdent
substQId _ qid@(SMT.Id _) = qid
substQId sub (SMT.As n s) = SMT.As n (substSort sub s)
|
demand:
|
argument 2
|
deterministic:
|
deterministic operation
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{Id}) |-> {Id} || (_,{As}) |-> {As}}
|
name:
|
substQId
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
Data.Map.Map String Language.SMTLIB.Types.Sort -> Language.SMTLIB.Types.QIdent
-> Language.SMTLIB.Types.QIdent
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|