CurryInfo: contract-prover-4.0.0 / ESMT.substQId

definition:
substQId :: TPSubst -> QIdent -> QIdent
substQId _ qid@(Id _) = qid
substQId sub (As n s) = 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 Sort -> QIdent -> QIdent
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term