package bastet

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

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

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

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

module Eq : Interface.EQ with type t = string
module Ord : Interface.ORD with type t = string
module Show : Interface.SHOW with type t = string
module Infix : sig ... end