Module Preface_laws.Choice

module type LAWS = sig ... end
module For (C : Preface_specs.CHOICE) : LAWS with type ('a, 'b) t := ('a, 'b) C.t