All Versions
3
Latest Version
Avg Release Cycle
340 days
Latest Release
1490 days ago

Changelog History

  • v0.0.1.0 Changes

    March 28, 2020

    ... to accomodate set recurrences like First/Follow, while retaining the flexibility needed to compute monotone map lattices.

    ๐Ÿ‘€ See the changes to solveProblem, which now takes a DependencyM graph domain a action instead of a Node. Previously, that meant that you could only effectively return a value of type domain from your problem (through said Node), now it's possible to return arbitrary an arbitrary value of type a that can be computed by accessing any number of Nodes in the graph. You'll get the old API just by calling dependOn on your node to construct the DependencyM action.

    ๐Ÿ‘€ Type inference worsened from this change, but it seems like a worthwhile improvement of the API.

  • v0.0.0.2 Changes

    May 18, 2018

    ๐Ÿ”จ Refactored the module structure in a way that separates MonadDependency and MonadDatafix more cleanly. This entailed some breaking changes if this package wasn't used through the kitchen-sink Datafix module.

  • v0.0.0.1

    May 18, 2018