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