giles
c4dd125210
Step 10c: desugared reactive pattern tests (8 new)
Prove that provide/context/bind/peek replace signal/deref/computed
for common reactive patterns:
- counter, toggle (provide! replaces reset!/swap!)
- derived values (bind replaces computed)
- re-evaluation (bind replaces effect)
- read-modify-write (peek + provide! replaces swap!)
- nested state (nested provide replaces multiple signals)
- batch coalescing with desugared pattern
2776/2776 OCaml tests pass.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 12:23:57 +00:00
..
2026-04-05 12:23:57 +00:00
2026-04-03 21:48:54 +00:00
2026-03-26 14:26:31 +00:00
2026-04-05 11:58:18 +00:00
2026-04-03 21:48:54 +00:00
2026-04-01 23:53:38 +00:00
2026-04-04 23:03:07 +00:00
2026-04-03 21:48:54 +00:00
2026-04-05 11:39:38 +00:00
2026-03-15 01:42:19 +00:00