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

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