Skip to content

maurobringolf/mnd

Repository files navigation

Mnd - A small monads library for OCaml

build license version codecov

Mnd is a simple library for programming with monads. It aims to be comprehensible instead of comprehensive. Everything is standard and already exists in various places, this is simply a selection for easy re-use. The code is in a single file and has no dependencies. The documentation is available online.

Installation

It is recommended to install it via opam:

opam install mnd

We use semantic versioning for releases.