package bastet_lwt

  1. Overview
  2. Docs

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

include Bastet.Interface.SEMIGROUP
include Bastet.Interface.MAGMA
type t
val append : t -> t -> t
val empty : t