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
078ec73d
Commit
078ec73d
authored
Feb 16, 2017
by
Ralf Jung
Browse files
add eauto hint Db for calling solve_ndisj
parent
857f9909
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/lib/namespaces.v
View file @
078ec73d
...
...
@@ -100,3 +100,4 @@ Ltac solve_ndisj :=
|
H
:
_
∪
_
⊆
_
|-
_
=>
apply
union_subseteq
in
H
as
[??]
end
;
solve
[
eauto
with
ndisj
].
Hint
Extern
1000
=>
solve_ndisj
:
solve_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