Functor Server.Data.Jtriple

module Jtriple: 
functor (A : S-> 
functor (B : S-> 
functor (C : S-> S with type t = A.t * B.t * C.t
Parameters:
A : S
B : S
C : S

type t 
val jtype : Server.Package.jtype
val of_json : Server.Data.json -> t
val to_json : t -> Server.Data.json