module Jlist: functor (A : S) -> S with type t = A.t list
functor (
A
:
S
) ->
with type t = A.t list
type t
val syntax : Server.Syntax.t
Server.Syntax.t
val of_json : Server.Data.json -> t
Server.Data.json -> t
val to_json : t -> Server.Data.json
t -> Server.Data.json