Goblint_std.GobYojson
val merge : [> `Assoc of (Stdlib.String.t * 'b) list | `List of 'c list ] as 'a -> 'd -> 'e
Call to merge x y returns json where x is updated with values in y
merge x y
x
y
val print : 'a BatIO.output -> Yojson.Safe.t -> unit
val pretty : unit -> Yojson.Safe.t -> GoblintCil.Pretty.doc