definition: |
updPatCons :: (QName -> QName) -> Pattern -> Pattern updPatCons f = updPattern f id id |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- update constructors name of pattern |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {trPattern}} |
name: |
updPatCons |
precedence: |
no precedence defined |
result-values: |
{trPattern} |
signature: |
((String, String) -> (String, String)) -> FlatCurry.Types.Pattern -> FlatCurry.Types.Pattern |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |