CurryInfo: currypp-3.2.0 / CPP.ICode.ParseWarning.mapWarns

definition: Info
 
mapWarns :: (Warning -> Warning) -> WM a -> WM a
mapWarns f w = returnWM (discardWarnings w) (map f (getWarnings w))
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Apply a function on each Warning of a Warning Monad
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {WM}}
name: Info
 mapWarns
precedence: Info
 no precedence defined
result-values: Info
 {WM}
signature: Info
 ((CPP.ICode.ParsePos.Pos, String) -> (CPP.ICode.ParsePos.Pos, String)) -> WM a
-> WM a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms