Preface_qcheck.Model
Describes all the elements required to build a test suite.
module type SUITE = sig ... end
module type T0 = sig ... end
Describes the set of prerequisites for building generators on arity-free types (notably the monoid hierarchy).
module type COVARIANT_0 = T0
module type COVARIANT_1 = sig ... end
module type CONTRAVARIANT_1 = sig ... end
module type COVARIANT_2 = sig ... end
module type PROFUNCTORIAL = sig ... end