fused-effects v0.3.1.0 Release Notes

Release Date: 2019-04-24 // almost 5 years ago
    • ๐Ÿ‘Œ Improved speed of Reader, State, Writer, and Pure effects by defining and inlining auxiliary Applicative methods.
    • โž• Adds runInterpret & runInterpretState handlers in Control.Effect.Interpret as a convenient way to experiment with effect handlers without defining a new carrier type and Carrier instance. Such handlers are somewhat less efficient than custom Carriers, but allow for a smooth upgrade path when more efficiency is required.
    • โž• Added unliftio-core as a dependency so as to provide a blessed API for unlift-style effects and a solution to the cubic-caller problem.