Module Ketrew_pervasives.Json.Versioned (.ml)

module Versioned: sig .. end

module type WITH_VERSIONED_SERIALIZATION = sig .. end
module Of_v0: 
functor (T : sig
type t 
val to_yojson : t -> Yojson.Safe.json
val of_yojson : Yojson.Safe.json ->
[ `Error of bytes | `Ok of t ]
end) -> sig .. end