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

definition: Info
 
rnmQIdWithTInst :: [(Ident, ([Ident],Sort))] -> QIdent -> QIdent
rnmQIdWithTInst _ (Id n) = Id n
rnmQIdWithTInst sigs qid@(As n s) =
  maybe qid
        (\ (ps,psort) -> maybe qid
                               (\tsub -> As (addTInstName ps tsub n) s)
                               (matchSort psort s))
        (lookup n sigs)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Rename a sorted name w.r.t. its type instance of the polymorphic function.
For instance,
    (As "id" (SComb "Func" [SComb "Int" [], SComb "Int" []]))
will be renamed to
    (As "id_Int" (SComb "Func" [SComb "Int" [], SComb "Int" []]))
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{Id}) |-> {Id} || (_,{As}) |-> _}
name: Info
 rnmQIdWithTInst
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [(String, ([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