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
purescript-exceptions is not type safe. You can catch an exception of the wrong type. We need to change the types so that catchException brings an exception of some abstract type (Foreign?) into scope.
purescript-exceptionsis not type safe. You can catch an exception of the wrong type. We need to change the types so thatcatchExceptionbrings an exception of some abstract type (Foreign?) into scope.