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
Iris
Iris
Commits
65296d1a
Commit
65296d1a
authored
Jul 02, 2016
by
Robbert Krebbers
Browse files
Ensure that solve_ndisj "solves", it either succeeds or fails.
parent
2bc4df02
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/namespaces.v
View file @
65296d1a
...
...
@@ -68,4 +68,4 @@ Hint Extern 0 (_ ⊥ _) => apply ndot_ne_disjoint; congruence : ndisj.
Hint
Resolve
ndot_preserve_disjoint_l
:
ndisj
.
Hint
Resolve
ndot_preserve_disjoint_r
:
ndisj
.
Ltac
solve_ndisj
:
=
eauto
with
ndisj
.
Ltac
solve_ndisj
:
=
solve
[
eauto
with
ndisj
]
.
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