module Jarray: functor (A : S) -> S with type t = A.t array
functor (
A
:
S
) ->
with type t = A.t array
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