package ppx_pattern_bind

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ppx_pattern_bind-v0.13.0.tar.gz
sha256=e0b0d4cd06d9fc9da99305d762f0502fd058ac67fb857348bea097c55f70c993
md5=fe45e8f153daea058bbfa8bfa0bb864d

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.

Added to opam-repository:

Dependencies (5)

  1. ppxlib >= "0.9.0"
  2. dune >= "1.5.1"
  3. ppx_let >= "v0.13" & < "v0.14"
  4. base >= "v0.13" & < "v0.14"
  5. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (1)

  1. bonsai < "v0.14.0"

Conflicts

None