package bastet

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

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

Parameters

Signature

include Interface.SEMIGROUP with type t = M.t dual
include Interface.MAGMA with type t = M.t dual
type t = M.t dual
val append : t -> t -> t
val empty : t