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

definition: Info
 
addTInstName :: [Ident] -> TPSubst -> Ident -> Ident
addTInstName tps tsub n =
  n ++ concatMap (\p -> maybe "" (('_':) . showSort) (FM.lookup p tsub)) tps
demand: Info
 argument 3
deterministic: Info
 deterministic operation
documentation: Info
 
Add a sort index to a name of a (polymorphic) function w.r.t.
a list of type parameters and a type substitution.
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> _}
name: Info
 addTInstName
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [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