Module Alg_structs_qcheck.Monoid
QCheck tests of Monoid Laws
module Alg = Alg_structsmodule type S = sig ... endThe
Alg.Monoid.Sinterface extended with a way of generating arbitraryQCheckvalues.
val test : (module S) -> QCheck.Test.t listtest impl_name (module S)is a list ofQCheckproperty based tests that check whether the Monoid Laws hold for the given implementationS.