Sourceand 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;
} Sourceand alternative = | Default| Strategy of string loc| Provers of string loc list * float option| Auto of string loc| Tactic of tactic
Sourceval typecheck : unit -> unit Sourceval typecheck_strategy : Wp__.Pattern.env -> string loc -> unit Sourceval typecheck_prover : Wp__.Pattern.env -> string loc -> unit Sourceval typecheck_auto : Wp__.Pattern.env -> string loc -> unit Sourceval typecheck_tactic : Wp__.Pattern.env -> tactic -> unit