package tilde_f
Provides a let-syntax for continuation-passing style.
Install
Dune Dependency
Authors
Maintainers
Sources
tilde_f-v0.16.0.tar.gz
sha256=b059bbe0100d63eb0e6950e04ca82b1e136e35ddd6d69c03f4bd347e3f683dcd
doc/index.html
tilde_f
API
Library tilde_f
Tilde_f
The main purpose ofTilde_f
is make code with a lot of nested function arguments more readable. The following expression:
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page