Module Wp.Wpo.VC_Lemma

module VC_Lemma: sig .. end

type t = {
   lemma : Wp.Definitions.dlemma;
   depends : Wp.LogicUsage.logic_lemma list;
   mutable sequent : Wp.Conditions.sequent option;
}
val is_trivial : t -> bool
val cache_descr : t -> (Wp.VCS.prover * Wp.VCS.result) list -> string