package bastet

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

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

module Quasigroup : Interface.QUASIGROUP with type t = int
module Loop : Interface.LOOP with type t = int

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