distributed-closure v0.4.0 Release Notes

Release Date: 2018-02-06 // about 6 years ago
  • โž• Added

    • Check for ScopedTypeVariables being enabled when using withStatic.

Previous changes from v0.3.5

  • โž• 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).