Module Preface_laws.Arrow

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