Wp.Cacheval set_mode : mode -> unitval get_mode : unit -> modeval is_active : mode -> boolval is_updating : mode -> booltype 'a digest = Why3Provers.t -> 'a -> stringtype 'a runner =
timeout:float option ->
steplimit:int option ->
Why3Provers.t ->
'a ->
VCS.result Frama_c_kernel.Task.taskval promote : ?timeout:float -> ?steplimit:int -> VCS.result -> VCS.resultConverts some known results to the given limits. In particular, if the result shall be discarded with respect to the limits, the function returns VCS.no_result.
val clear_result : digest:'a digest -> Why3Provers.t -> 'a -> unit