Module Js_layout.Accumulator
type field = {
key : string; |
value : Yojson.Safe.t; |
docs : Yojson.Safe.t; |
}
val to_key : field -> [> `String of string ]
val to_entry : field -> string * Yojson.Safe.t
val to_doc_entry : field -> string * Yojson.Safe.t
type 'a t =
< js_layout_accumulator : field option list Core_kernel.ref.. > as 'a constraint 'a t = 'a Input.t