Module Biabduction__Propgraph
val from_prop : 'a Biabduction.Prop.t -> 'a tcreate a graph from a prop
val compute_diff : IStdlib.Pp.color -> 'a t -> 'a t -> 'a diffcompute_diff default_color oldgraph newgraphreturns the list of edges which are only innewgraph
val diff_get_colormap : bool -> 'a diff -> IStdlib.Pp.colormapdiff_get_colormap footprint_part diffreturns the colormap of a computed diff, selecting the footprint colormap iffootprint_partis true.
val pp_proplist : IStdlib.Pp.env -> string -> ('a Biabduction.Prop.t * bool) -> Stdlib.Format.formatter -> 'b Biabduction.Prop.t list -> unitPrint 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.
val d_proplist : 'a Biabduction.Prop.t -> 'b Biabduction.Prop.t list -> unitdump a prop list coming form the given initial prop