package fmlib
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Functional monadic library
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.6.2.tar.gz
sha256=8b7b1245e7c9b57174aba854e2c44ea22403c12955a0ae01a437604763f350f3
Description
Umbrella for a collection of libraries supporting functional programming with managed effects. The umbrella contains only documentation. See the following packages to get the functionality:
-
fmlib_std: A lot of standard data types.
-
fmlib_parse: Monadic parsing functions with combinators suitable for incremental and indentation sensitive parsing.
-
fmlib_pretty: Pretty printing functions. Prints hierachical structures like expressions and indented paragraphs nicely.
-
fmlib_browser: Functional browser applications
-
fmlib_js: Interface to javscript via js_of_ocaml.
Published: 18 Dec 2025
Dependencies (7)
-
fmlib_browser
= version -
fmlib_js
= version -
fmlib_parse
= version -
fmlib_pretty
= version -
fmlib_std
= version -
dune
>= "3.0.0" -
ocaml
>= "4.14.0"
Dev Dependencies (1)
-
odoc
with-doc
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page