|
definition: |
toTInstName :: Ident -> [Ident] -> TPSubst -> Ident -> 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 Sort -> String -> String |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
possibly non-reducible on same data term |