package bastet

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

Module Bastet.StringSource

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

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

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

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

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