polysemy v0.2.0.0 Release Notes

Release Date: 2019-05-23 // almost 5 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • Lower precedence of .@ and .@@ to 8, from 9

    Other Changes

    • ๐Ÿ›  Fixed a serious bug in interpretH and friends, where higher-order effects would always be run with the current interpreter.
    • ๐Ÿ‘‰ Users need no longer require inlineRecursiveCalls --- the polysemy-plugin-0.2.0.0 will do it automatically when compiling with -O
    • ๐Ÿ—„ Deprecated inlineRecursiveCalls; slated for removal in the next version