package mnd

  1. Overview
  2. Docs
A small monads library

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
md5=cd3e2d05a385700b6072c81123c44292
sha512=6e979beecc8968c194bc3c92403fcefdabb96108a06f08ff1c60a51be936c3078174df96efcbfa5f45a25cd7e406dd7420254502c3420bcb876f637a85cd9ede

Description

A small monads library

Published: 28 Jun 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.

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