fused-effects-exceptions v1.0.0.0 Release Notes

Release Date: 2019-11-12 // over 4 years ago
    • Port to fused-effects 1.0.
    • ➕ Add Control.Effect.Exception, which wraps the entirety of base's Control.Exception.
    • ➕ Add Control.Carrier.State.IORef, a state carrier that does not drop writes.
    • ✂ Remove Catch effect in favor of Control.Effect.Exception.