package lsp

  1. Overview
  2. Docs

doc/lsp.stdune/Stdune/Monoid/Product3/argument-3-C/index.html

Parameter Product3.C

type t
val empty : t

Must be the identity of combine:

  • combine empty t = t
  • combine t empty = t
val combine : t -> t -> t

Must be associative:

  • combine a (combine b c) = combine (combine a b) c
OCaml

Innovation. Community. Security.