CurryInfo: property-prover-2.0.0 / ESMT.toTInstName

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