package bastet

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

Module Option.MonoidSource

A MONOID only needs to be commutative with the empty element.

Parameters

Signature

include Interface.SEMIGROUP with type t = S.t option
include Interface.MAGMA with type t = S.t option
Sourcetype t = S.t option
Sourceval append : t -> t -> t
Sourceval empty : t
OCaml

Innovation. Community. Security.