distributed-closure v0.3.5 Release Notes

Release Date: 2018-02-01 // about 6 years ago
  • ➕ Added

    • A static class hierarchy (#12).
    • Continuous integration with CircleCI.
    • Generation of more complex closures for quickcheck properties (#9).
    • Closure duplication (comonadic operation).

    🔄 Changed

    • ⚠ Prevented warnings about redundant 'Typeable (Dict A)' constraints when A has no type variables in the code generated by 'withStatic'.
    • Have 'withStatic' produce correct code when class instances involve type families (#10).