Module Prime_accretion_map_intf
Accumulation of a monoid over a map (prime.unstable).
module type Monoid1 = sig ... endA monoid on a polymorphic type.
module type Monoid = sig ... endA monoid structure.
module type MonoidG1 = sig ... endA monoid on a polymorphic type with an explicit generator type.
module type MonoidG = sig ... endA monoid with an explicit generator type.
module type S1 = sig ... endSignature for an accretion map with polymorphic elements.