package bastet

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

Include only either LOOP or MONOID.

include Interface.LOOP with type t = float

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

include Interface.QUASIGROUP with type t = float
include Interface.MAGMA with type t = float
type t = float
include Interface.MONOID with type t := t

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

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