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.

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