Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonas Kastberg
iris
Commits
553116af
Commit
553116af
authored
Jun 10, 2018
by
Ralf Jung
Browse files
always split conjunctions in side-conditions
parent
9af0d884
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/ltac_tactics.v
View file @
553116af
...
...
@@ -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 *)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment