Module Preface_laws.Category

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