CurryInfo: verify-non-fail-2.0.0 / Verify.ESMT.substQId

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