Module Checkers.Liveness
module VarSet : module type of sig ... endmodule Domain = VarSetmodule PreAnalysisTransferFunctions : functor (CFG : Absint.ProcCfg.S) -> Absint.TransferFunctions.SIL with module CFG = CFG and module Domain = Domain and type analysis_data = unitval checker : Absint.IntraproceduralAnalysis.t -> unit