package goblint

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

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