package yuujinchou
Name pattern combinators
Install
Dune Dependency
Authors
Maintainers
Sources
1.0.0.tar.gz
md5=e69e68af927edca52959459668d5c4d5
sha512=60a722bfa9636c21813ab5469168d4df97f2c5a861a3b9a52abd9a96e3ccfd244698c181dbae346982ea00dedeee7d6b0d373e1b4cc8e46d768eebaeba66d1d2
doc/index.html
yuujinchou
API
Library yuujinchou
Yuujinchou
Yuujinchou is an OCaml package of name patterns. It was motivated by the "import" or "include" statements present in almost all programming languages. Here are a few examples:
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page