package ppx_enforce
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
PPX that enforces required function calls at compile time
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.1.0.tar.gz
md5=092a959c08fd1275987c2cc001b9c693
sha512=6f1d5c1e522160d35bb5fc61b0f21bf0e41e1b7a32602fe3aee47f9f878b2d9f8e01307d19c03b8e7da410ab073bbd0ac87a1a744eda56e04046e9e74fcd4888
doc/index.html
ppx_enforce
API
Library ppx_enforce
Ppx_enforcePPX rewriter that enforces the presence of specific function calls at compile time. The mirror ofppx_forbid: raises a compilation error when a required call is *absent* from a source file.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page