package rizzo
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
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
*Lsuffix 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
RizzoFRP library. - Core modules: generic
signal,channel, andtypes, including event loop and heap internals. - Input handling via
console_inputandport_input. - Output handling via
console_outputandport_send_outputD.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>