CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Goodies.updPatLiteral

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