Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Janno
iris-coq
Commits
2472f932
Commit
2472f932
authored
Dec 16, 2016
by
Ralf Jung
Browse files
make ndisj hints look through definitions to unfold more stuff
parent
1c548c0c
Changes
1
Show whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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