Frama-C API - ProofStrategy
and tactic = {tactic : string loc;lookup : Wp__.Pattern.lookup list;select : Wp__.Pattern.value list;params : (string loc * Wp__.Pattern.value) list;children : (string loc * string loc) list;default : string loc option;
}and alternative = | Default| Strategy of string loc| Provers of string loc list * float option| Auto of string loc| Tactic of tactic
val typecheck : ?env:Wp__.Pattern.env -> unit -> unitval typecheck_strategy : Wp__.Pattern.env -> string loc -> unitval typecheck_prover : Wp__.Pattern.env -> string loc -> unitval typecheck_auto : Wp__.Pattern.env -> string loc -> unitval typecheck_tactic : Wp__.Pattern.env -> tactic -> unitval has_hint : Wpo.t -> boolval pp_strategy : Stdlib.Format.formatter -> strategy -> unitval pp_alternative : Stdlib.Format.formatter -> alternative loc -> unit