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

definition: Info
 
renameSymbolInRule :: (QName -> QName) -> Rule -> Rule
renameSymbolInRule ren (Rule ps rhs ds) =
  Rule (map (renameSymbolInPat ren) ps)
       (renameSymbolInRhs ren rhs)
       (map (renameSymbolInLocal ren) ds)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{Rule}) |-> {Rule}}
name: Info
 renameSymbolInRule
precedence: Info
 no precedence defined
result-values: Info
 {Rule}
signature: Info
 ((String, String) -> (String, String)) -> AbstractHaskell.Types.Rule
-> AbstractHaskell.Types.Rule
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms