package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Magma : Interface.MAGMA with type t = float
module Medial_Magma : Interface.MEDIAL_MAGMA with type t = float
module Semigroup : Interface.SEMIGROUP with type t = float
module Monoid : Interface.MONOID with type t = float

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

module Quasigroup : Interface.QUASIGROUP with type t = float

Every MEDIAL_QUASIGROUP is isotopic to an ABELIAN_GROUP.

module Loop : Interface.LOOP with type t = float

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

module Group : Interface.GROUP with type t = float

Include only either LOOP or MONOID.

module Abelian_Group : Interface.ABELIAN_GROUP with type t = float