module Dominator:sig
..end
All of the functions in this module assume that the graph is not modified
between calling one of these functions and using the returned functions.
Such mutation results in undefined behavior.
Author(s): Ivan Jager
exception Unreachable
module type G =sig
..end
module type S =sig
..end
module Make:
module type I =sig
..end
module Make_graph: