package why3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type vc_term_info = {
  1. mutable vc_inside : bool;
  2. mutable vc_loc : Loc.position option;
  3. mutable vc_func_name : string option;
}
module TermCmp : sig ... end
module S : sig ... end
val add_model_element : Term.term -> S.t -> S.t
val check_enter_vc_term : Term.term -> bool -> vc_term_info -> unit
val check_exit_vc_term : Term.term -> bool -> vc_term_info -> unit
val check_for_counterexample : Term.term -> bool
OCaml

Innovation. Community. Security.