ppx_pattern_bind
A ppx for writing fast incremental bind nodes in a pattern match

Install

Authors

Maintainers

Sources

ppx_pattern_bind-v0.14.0.tar.gz
md5=41aeae3aff490557833777bf6a32e275

Description

A ppx rewriter that is intended for use with Incremental. It makes it easier to write incremental computations using pattern-matching in a way that causes incremental nodes to fire as little as possible.

Published: 31 May 2020

Dependencies (5)

  1. ppxlib >= "0.11.0"
  2. dune >= "2.0.0"
  3. ppx_let >= "v0.14" & < "v0.15"
  4. base >= "v0.14" & < "v0.15"
  5. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (2)

  1. bonsai = "v0.14.0"
  2. incr_map = "v0.14.0"

Conflicts

None