module Jalist: functor (A : S) -> S with type t = A.t list
functor (
A
:
S
) ->
with type t = A.t list
type t
val jtype : Package.jtype
Package.jtype
val of_json : Data.json -> t
Data.json -> t
val to_json : t -> Data.json
t -> Data.json