mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
parent
ab337de101
commit
cab42d2c66
4 changed files with 295 additions and 295 deletions
|
@ -2941,7 +2941,7 @@ sig
|
|||
Alias for [UsingParams]*)
|
||||
val with_ : context -> tactic -> Params.params -> tactic
|
||||
|
||||
(** Create a tactic that applies the given tactics in parallel. *)
|
||||
(** Create a tactic that applies the given tactics in parallel until one of them succeeds (i.e., the first that doesn't fail). *)
|
||||
val par_or : context -> tactic list -> tactic
|
||||
|
||||
(** Create a tactic that applies a tactic to a given goal and then another tactic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue