Skip to content
Snippets Groups Projects
Commit 553116af authored by Ralf Jung's avatar Ralf Jung
Browse files

always split conjunctions in side-conditions

parent 9af0d884
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ Ltac iSolveTC :=
(** Tactic used for solving side-conditions arising from TC resolution in iMod
and iInv. *)
Ltac iSolveSideCondition :=
try (split_and?; solve [ fast_done | solve_ndisj ]).
split_and?; try solve [ fast_done | solve_ndisj ].
(** * Misc *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment