Module Fixpoint.Make
Parameters
Signature
val analyze : (G.V.t -> A.data) -> A.g -> G.V.t -> A.dataanalyze f gcomputes the fixpoint on the given graph using the work list algorithm. Beware that a misconstructed Analysis will not terminate!fis used to create the initial analysis data. The function returned is a map to see what data was computed for which node.Beware of applying function
analyzepartially, to argumentsfandgonly. The result is a function that is to be used to query the result of the analysis.