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