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

definition: Info
 
renameSymbolInBranch :: (QName -> QName) -> BranchExpr -> BranchExpr
renameSymbolInBranch ren (Branch pat e) =
  Branch (renameSymbolInPat ren pat) (renameSymbolInExpr ren e)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{Branch}) |-> {Branch}}
name: Info
 renameSymbolInBranch
precedence: Info
 no precedence defined
result-values: Info
 {Branch}
signature: Info
 ((String, String) -> (String, String)) -> AbstractHaskell.Types.BranchExpr
-> AbstractHaskell.Types.BranchExpr
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms