package bastet

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

Module Int.MultiplicativeSource

Sourcemodule Magma : Interface.MAGMA with type t = int
Sourcemodule Semigroup : Interface.SEMIGROUP with type t = int
Sourcemodule Monoid : Interface.MONOID with type t = int

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

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

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