CurryInfo: abstract-haskell-3.0.0 / AbstractHaskell.Goodies.renameSymbolInContext

definition: Info
 
renameSymbolInContext :: (QName -> QName) -> Context -> Context
renameSymbolInContext ren (Context tvs cxs qn texps) =
  Context tvs cxs (ren qn) (map (renameSymbolInTypeExpr ren) texps)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{Context}) |-> {Context}}
name: Info
 renameSymbolInContext
precedence: Info
 no precedence defined
result-values: Info
 {Context}
signature: Info
 ((String, String) -> (String, String)) -> AbstractHaskell.Types.Context
-> AbstractHaskell.Types.Context
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms