definition: |
mapWarnsPM :: (Warning -> Warning) -> PM a -> PM a mapWarnsPM f (PM a) = PM $ mapWarns f a |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Apply a function on each Warning |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{PM}) |-> _} |
name: |
mapWarnsPM |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
((CPP.ICode.ParsePos.Pos, String) -> (CPP.ICode.ParsePos.Pos, String)) -> PM a -> PM a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |