module Jtriple: functor (A : S) -> functor (B : S) -> functor (C : S) -> S with type t = A.t * B.t * C.t
functor (
A
:
S
) ->
B
C
with type t = A.t * B.t * C.t
type t
val jtype : Server.Package.jtype
Server.Package.jtype
val of_json : Server.Data.json -> t
Server.Data.json -> t
val to_json : t -> Server.Data.json
t -> Server.Data.json