next up previous contents
Next: 7. Definition of the Up: Dataflow analysis with MURZ: Previous: 5. Definition of meet

6. Pretty-printing function

The user must define two further values: a function that prints a value of the support, and the verbose flag, for a richer output, useful for debugging. In our example:

   let print x = print_vars (VarSet.elements x)

   let verbose = false
end



Diego
2000-05-16