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

definition: Info
 
toTInstName :: Ident -> [Ident] -> TPSubst -> Ident -> Ident
toTInstName fn ps tsub n | fn == n   = addTInstName ps tsub n
                         | otherwise = n
demand: Info
 arguments 1 4
deterministic: Info
 deterministic operation
documentation: Info
 
Renaming operation which changes the name of a given (polymorphic)
function w.r.t. a list of type parameters and a substitution.
failfree: Info
 (_, _, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_) |-> _}
name: Info
 toTInstName
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> [String] -> Data.Map.Map String Sort -> String -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term