package yuujinchou
Name pattern combinators
Install
Dune Dependency
Authors
Maintainers
Sources
0.10.0.tar.gz
md5=e52bf8aea716d680731d6b5e4651f42b
sha512=5bf09b4700894a8869b128583efba8c64fd4c3133478b861e4b6943cf1ec4fb8c110fc7fa3104e3e73ed0f0d01930ce73109980acfe354cba6150d3799343e7b
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