package monadlib

  1. Overview
  2. Docs
A starter library for monads, with transformers and applicatives

Install

Dune Dependency

Authors

Maintainers

Sources

monadlib-0.2.tar.gz
sha256=774fa21b78ae888458807a5e6db43e6e182175e5e9000e3a022e5b57e2f62556
md5=8e0f3285b291e1313871d241391192cd

doc/monadlib/Applicative/module-type-Base/index.html

Module type Applicative.Base

type 'a m
val return : 'a -> 'a m
val (<*>) : ('a -> 'b) m -> 'a m -> 'b m
OCaml

Innovation. Community. Security.