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.3.0.tbz
sha256=8e858565e348bee3915e75fdc64c645d9beeb124959c8d779531b0738c79cafb
sha512=e313c4a9d9978a118c129cb041a449ce4d9f8ccc86ac2be3631fa586970c39558e0f2c19c35d2298200f2566ba671f7c83a4543aecad1815dcf0f5ea066eadc6
doc/CHANGES.html
0.3.0 - 2025-12-15
- Fixed bug in heap related to garbage colletcion.
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)"
>