|
definition: |
singleWM :: a -> Warning -> WM a singleWM x w = returnWM x [w] |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Single warning |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_) |-> {WM}}
|
|
name: |
singleWM |
|
precedence: |
no precedence defined |
|
result-values: |
{WM}
|
|
signature: |
a -> (CPP.ICode.ParsePos.Pos, String) -> WM a |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |