package incremental

  1. Overview
  2. Docs
Library for incremental computations

Install

Dune Dependency

Authors

Maintainers

Sources

v0.16.1.tar.gz
md5=c1c01831c72847296ce2569d2cc4372f
sha512=0116a82509c9037529092c5a31bdc8f0c64ed3d4c7a58a67f5250685196c9830e352100c83185bba8b2db949ffc9e3f39a0bbfe14c07e0da63e0302ca24aaa7a

CHANGES.md.html

Release v0.16.0

  • Add incr_memoize library for memoizing incremental binds. This library keeps the incremental nodes of old binds alive by storing them in a data structure.

    • Introduce Store_params submodule for configuring the memoization behavior.

Old pre-v0.15 changelogs (very likely stale and incomplete)

113.43.00

  • Adds a Let_syntax module to Incremental_intf.S. We've found things like this useful in a couple of different projects as a nice alternative to the mapN functions.

113.33.00

  • Splitted incremental into a part that can run in javascript, incremental_kernel, and the other one.

113.24.00

  • Add README.org to Incremental.

  • Added some type annotations based on comments by @def-lkb about lack of principality.

  • Switched to ppx.