module Make:
Partition of the abstract states, computed for each node by the dataflow analysis.
Parameters: |
|
type
state
type
t
val empty : unit -> t
val merge_set_return_new : state list -> t -> state list
val join : t -> state Eval.or_bottom
val to_list : t -> state list
val pretty : Stdlib.Format.formatter -> t -> unit