module Dataflow:This module provides data-flow analysis frameworkssig..end
module type SCHEDULER =sig..end
module Worklist:SCHEDULERwith type st = Dex.link
module type LATTICE =sig..end
module type DATAFLOW =sig..end
module type ANALYSIS =sig..end
module FwDFA:functor (SC:SCHEDULER) ->
module BwDFA:functor (SC:SCHEDULER) ->