Module Db.PostdominatorsTypes

Declarations common to the various postdominators-computing modules

exception Top

Used for postdominators-related functions, when the postdominators of a statement cannot be computed. It means that there is no path from this statement to the function return.

module type Sig = sig ... end