Module Madge_server.JPair

Parameters

module A : sig ... end
module B : sig ... end

Signature

type t = A.t * B.t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> (t, string) Stdlib.result