You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
major breaking changes in v0.30.0 (skipping version 0.28.x and 0.29.x…
… to make the breakage more obvious): reorg to put IO related utils under 'io/' subdir, which affects imports (like 'monio/io/helpers' instead of 'monio/io-helpers'), also added two new IO monad (semigroup) variants: 'AnyIO' and 'AllIO', also added new IO helpers: 'iAnd(..)' and 'iOr(..)' that use these new IO variants, respectively
re-implementing 'match' IO helper to work stand-alone, and 'iif', 'el…
…if', and 'els' IO helpers in terms of 'match' -- shorter and more efficient code