package monads

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

A monoid that accumulates data in a list.

module Make (T : Core_kernel.T) : S with type t := TList(T).t

Make(T) constructs a monoid that accumulates elements of type T.t