package alba
Alba compiler
Install
Dune Dependency
Authors
Maintainers
Sources
0.4.4.tar.gz
sha256=4817038301d3e45bac9edf7e6f2fc8bf0a6d78e76e02ad7ea33ef69bcc17df3b
md5=25234357587126685d64f16236167937
doc/Fmlib_overview.html
Fmlib: Functional Monadic Library
API
Main Features
- Develop console applications once and run them either on nodejs or natively (
Fmlib.Io
).
- Develop interactive web applications in the Elm style.
- Combinator parser in the style of
parsec
which fully supports indentation sensitivity and incremental parsing. The incrementality guarantees, that the parser can run in any environment including a web browser.
Fmlib.Pretty_print
: A pretty printer to output nicely formatted text and error messages (similar toStdlib.Format
, but fully monadic to run in any environment).
- Library of basic datastructures allowing functional monadic programming (
Fmlib
).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page