Module Biabduction.Propgraph
val compute_diff : IStdlib.Pp.color -> 'a t -> 'a t -> 'a diff
compute_diff default_color oldgraph newgraph
returns the list of edges which are only innewgraph
val diff_get_colormap : bool -> 'a diff -> IStdlib.Pp.colormap
diff_get_colormap footprint_part diff
returns the colormap of a computed diff, selecting the footprint colormap iffootprint_part
is true.
val pp_proplist : IStdlib.Pp.env -> string -> ('a Prop.t * bool) -> Stdlib.Format.formatter -> 'b Prop.t list -> unit
Print a list of propositions, prepending each one with the given string, If !Config.pring_using_diff is true, print the diff w.r.t. the given prop, extracting its local stack vars if the boolean is true.