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