definition: |
renameOpDecl :: (QName -> QName) -> OpDecl -> OpDecl renameOpDecl ren (Op qf fix prio) = Op (ren qf) fix prio |
demand: |
argument 2 |
deterministic: |
deterministic operation |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{Op}) |-> {Op}} |
name: |
renameOpDecl |
precedence: |
no precedence defined |
result-values: |
{Op} |
signature: |
((String, String) -> (String, String)) -> AbstractHaskell.Types.OpDecl -> AbstractHaskell.Types.OpDecl |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |