package mnd

  1. Overview
  2. Docs
A small monads library

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.0.tar.gz
md5=af10f06c9efd223431f8c4a42aeb80c7
sha512=5033d59e56877d85ec7225101d2d8c5cba9fa056225cffab26c8e3d2ae50e4fc8fba679397a5e620caff4174cbaeae14163ddc9e7abab36a018f1f04fa0dd30c

Description

A small monads library

Published: 27 Jul 2022

README

Mnd - A small monads library for OCaml

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.

Dependencies (2)

  1. ocaml >= "4.08.0"
  2. dune >= "3.0"

Dev Dependencies (3)

  1. bisect_ppx with-test
  2. alcotest with-test
  3. odoc with-doc

Used by

None

Conflicts

None