definition: |
updCConsDeclName :: Update CConsDecl QName updCConsDeclName f = updCConsDecl f id id id |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Updates the name of a constructor declaration. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {trCConsDecl}} |
name: |
updCConsDeclName |
precedence: |
no precedence defined |
result-values: |
{trCConsDecl} |
signature: |
((String, String) -> (String, String)) -> AbstractCurry.Types.CConsDecl -> AbstractCurry.Types.CConsDecl |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |