package ocaml-basics

  1. Overview
  2. Docs

Module type Monoid.Kernel

type 'a t
val add : 'a t -> 'a t -> 'a t
val zero : 'a t