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 with type t = float
include Interface.MAGMA with type t = float
type t = float
val append : t -> t -> t
val empty : t