package fmlib

  1. Overview
  2. No Docs
Functional monadic library

Install

Authors

Maintainers

Sources

0.5.2.tar.gz
md5=8e0a9f94ebcbd69366c940e978270a07

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: 01 Feb 2023

Dependencies (6)

  1. fmlib_js = version
  2. fmlib_parse = version
  3. fmlib_pretty = version
  4. fmlib_std = version
  5. dune >= "1.10"
  6. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None