Jtriple
module A : S
module B : S
module C : S
type t = A.t * B.t * C.t
val jtype : Package.jtype
val of_json : json -> t
val to_json : t -> json