module Monoid:sig
..end
Monoids.
module type T =sig
..end
A monoid.
module type Abelian =sig
..end
A commutative monoid.
module Free:
The free monoid on a set.
module FreeMonoid:
module Presentation:
Oriented presentation of a monoid.
module Generate:
module Alphabet:
Underlying alphabet of a monoid.