package ppx_pattern_bind

  1. Overview
  2. No Docs
A ppx for writing fast incremental bind nodes in a pattern match

Install

Authors

Maintainers

Sources

ppx_pattern_bind-v0.15.0.tar.gz
sha256=15e24a49e914f64e8edda235894c995ed83b1734521e46d314b8761a492035b0

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: 21 Mar 2022

Dependencies (5)

  1. ppxlib >= "0.23.0"
  2. dune >= "2.0.0"
  3. ppx_let >= "v0.15" & < "v0.16"
  4. base >= "v0.15" & < "v0.16"
  5. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (2)

  1. bonsai >= "v0.15.0" & < "v0.16.0"
  2. incr_map = "v0.15.0"

Conflicts

None