Goblint_std.GobYojson
val merge : [> `Assoc of (Stdlib.String.t * 'a) list | `List of 'a list ] as 'a -> 'a -> 'a
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