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

definition: Info
 
bindWM :: WM a -> (a -> WM b) -> WM b
bindWM (WM x w1) f = let (WM y w2) = (f x) in WM y (w1 ++ w2)
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
The Warning Monad's bind function
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({WM},_) |-> {WM}}
name: Info
 bindWM
precedence: Info
 no precedence defined
result-values: Info
 {WM}
signature: Info
 WM a -> (a -> WM b) -> WM b
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms