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
Breaking: wrapWithLocalState no longer takes an extra DispatchMsgFn Unit parameter (used only for error reporting)
Breaking: All places that previously took a DispatchMsgFn Unit sink for
the purpose of reporting errors only, now take a DispatchMsgFn Void instead
to better reflect the fact that they're not going to issue messages through
that sink
Upgraded to PureScript 0.13.8
Added
wrapWithLocalState' - a more elaborate version of wrapWithLocalState that
takes the extra DispatchMsgFn Void parameter