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