package fmlib

  1. Overview
  2. Docs

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_js: Interface to javscript via js_of_ocaml.

Published: 28 Dec 2021

Dependencies (3)

  1. ppx_inline_test >= "v0.13.0"
  2. dune >= "1.10"
  3. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. fmlib_std = "0.4.0"

Conflicts

None