module type Json_min = sig .. end
sig
end
type a
val write : Buffer.t -> a -> unit
Buffer.t -> a -> unit
val read : Deriving_Json_lexer.lexbuf -> a
Deriving_Json_lexer.lexbuf -> a