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

definition:
renameSymbolInFunc :: (QName -> QName) -> FuncDecl -> FuncDecl
renameSymbolInFunc ren (Func cmt qf ar vis ctype rules) =
  Func cmt (ren qf) ar vis
       (renameSymbolInTypeSig ren ctype)
       (renameSymbolInRules ren rules)
demand:
argument 2
deterministic:
deterministic operation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{Func}) |-> {Func}}
name:
renameSymbolInFunc
precedence:
no precedence defined
result-values:
{Func}
signature:
((String, String) -> (String, String)) -> AbstractHaskell.Types.FuncDecl
-> AbstractHaskell.Types.FuncDecl
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms