definition: |
warnOKPM :: a -> [Warning] -> PM a warnOKPM x = warnPM (okPR x) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Return without Errors but with Warnings |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {warnPM}} |
name: |
warnOKPM |
precedence: |
no precedence defined |
result-values: |
{warnPM} |
signature: |
a -> [(CPP.ICode.ParsePos.Pos, String)] -> PM a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |