Module InferModules__Liveness
module VarSet : module type of sig ... end
module Domain = VarSet
module PreAnalysisTransferFunctions : functor (CFG : InferModules.ProcCfg.S) -> InferModules.TransferFunctions.SIL with module CFG = CFG and module Domain = Domain and type extras = InferModules.ProcData.no_extras
val checker : InferModules.Callbacks.proc_callback_args -> InferModules.Summary.t