package rizzo

  1. Overview
  2. Docs
FRP library implementation of Rizzo

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rizzo-0.2.0.tbz
sha256=de51172f943234c51afaa88764d29fc7802109cab6a9ff659adf106459de3d1c
sha512=b79d8254946de6034168b689f1e33612dc8b3ac799c9c6c70adf15b910f3f1bb26f1f4cda4bf1f43a559b6f9adfc73a30a803679a4de1d6771cd979a13f246d0

doc/CHANGES.html

0.2.0 - 2025-12-05

  • Changed signal combinators to have *L suffix for later signals, rather than *D.
  • Swapped order of arguments for |>> (applicative operator) to better fit a left-to-right reading direction, and replaced to previous order (function first) with <<|.
  • Overall (and totally unbiased), a much better version.

0.1.0 - 2025-11-27

  • Initial release of the Rizzo FRP library.
  • Core modules: generic signal, channel, and types, including event loop and heap internals.
  • Input handling via console_input and port_input.
  • Output handling via console_output and port_send_outputD.