package alba
Alba compiler
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.4.3.tar.gz
sha256=062f33c55ef39706c4290dff67d5a00bf009051fd757f9352be527f629ae21fc
md5=eb4edc4d6b7e15b83d6397bd34994153
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.
- Pretty printer to output nicely formatted text and error messages (similar to
Stdlib.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