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

definition: Info
 
renameSymbolInNewConsDecl :: (QName -> QName) -> NewConsDecl -> NewConsDecl
renameSymbolInNewConsDecl ren (NewCons qf vis texp) =
  NewCons (ren qf) vis $ renameSymbolInTypeExpr ren texp
demand: Info
 argument 2
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{NewCons}) |-> _}
name: Info
 renameSymbolInNewConsDecl
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 ((String, String) -> (String, String)) -> AbstractHaskell.Types.NewConsDecl
-> AbstractHaskell.Types.NewConsDecl
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms