preface.laws
Preface_laws.Indexed_selective
preface
preface.core
preface.make
preface.qcheck
preface.specs
preface.stdlib
module type LAWS = sig ... end
module type LAWS_RIGID = sig ... end
module For (S : Preface_specs.INDEXED_SELECTIVE) : LAWS with type ('a, 'index) t := ('a, 'index) S.t
module For_rigid (S : Preface_specs.INDEXED_SELECTIVE) : LAWS_RIGID with type ('a, 'index) t := ('a, 'index) S.t