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

v0.17.1.tar.gz
md5=42d58abff78cb01b61a32e5faa2c3632
sha512=c50a8f84507cdd18980cf0c9d36c1fa0b8032534f184f453c40b27e1b125abc541746e143ba4ff30c632b1c3bb7789c568177b81fd56dc1136a0464d86f83040

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: 09 Oct 2025

Dependencies (5)

  1. ppxlib >= "0.36.0"
  2. dune >= "3.11.0"
  3. ppx_let >= "v0.17" & < "v0.18"
  4. base >= "v0.17" & < "v0.18"
  5. ocaml >= "5.3.0"

Dev Dependencies

None

Used by (3)

  1. bonsai >= "v0.17.0"
  2. incr_dom_partial_render >= "v0.17.0"
  3. incr_map >= "v0.17.0"

Conflicts

None