definition: |
getWarningsPM :: PM a -> [Warning] getWarningsPM (PM a) = getWarnings a |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Extract the Warnings |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({PM}) |-> _} |
name: |
getWarningsPM |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
PM a -> [(CPP.ICode.ParsePos.Pos, String)] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |