package monads

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Monad.Plus

A parametric monoid

module type S = sig ... end

a monoid over an unary polymorphic type.

module type S2 = sig ... end

a monoid over a binary polymorphic type.

OCaml

Innovation. Community. Security.