Module Preface_laws.Strong

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