Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
2472f932
Commit
2472f932
authored
Dec 16, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make ndisj hints look through definitions to unfold more stuff
parent
1c548c0c
Pipeline
#3408
passed with stage
in 17 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
theories/base_logic/lib/namespaces.v
theories/base_logic/lib/namespaces.v
+2
-2
No files found.
theories/base_logic/lib/namespaces.v
View file @
2472f932
...
...
@@ -88,8 +88,8 @@ of the forms:
- [E1 ∖ ↑N1 ⊆ E2 ∖ ↑N2 ∖ .. ∖ ↑Nn] *)
Hint
Resolve
ndisj_subseteq_difference
:
ndisj
.
Hint
Extern
0
(
_
⊥
_
)
=>
apply
ndot_ne_disjoint
;
congruence
:
ndisj
.
Hint
Resolve
ndot_preserve_disjoint_l
:
ndisj
.
Hint
Resolve
ndot_preserve_disjoint_r
:
ndisj
.
Hint
Extern
1
(
_
⊥
_
)
=>
apply
ndot_preserve_disjoint_l
:
ndisj
.
Hint
Extern
1
(
_
⊥
_
)
=>
apply
ndot_preserve_disjoint_r
:
ndisj
.
Hint
Extern
1
(
_
⊆
_
)
=>
apply
nclose_subseteq'
:
ndisj
.
Hint
Resolve
namespace_subseteq_difference_l
|
100
:
ndisj
.
Hint
Resolve
ndisj_difference_l
:
ndisj
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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