package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val merge : [> `Assoc of (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

val print : 'a BatIO.output -> Yojson.Safe.t -> unit
val pretty : unit -> Yojson.Safe.t -> GoblintCil.Pretty.doc