Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
3f8273a4
Commit
3f8273a4
authored
Feb 24, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tactic for solving entailment involving just stars.
parent
c9261672
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
algebra/upred_tactics.v
algebra/upred_tactics.v
+4
-0
No files found.
algebra/upred_tactics.v
View file @
3f8273a4
...
...
@@ -117,6 +117,10 @@ Module upred_reflection. Section upred_reflection.
end
.
End
upred_reflection
.
Tactic
Notation
"solve_sep_entails"
:
=
upred_reflection
.
quote
;
apply
upred_reflection
.
flatten_entails
;
apply
(
bool_decide_unpack
_
)
;
vm_compute
;
exact
Logic
.
I
.
Tactic
Notation
"cancel"
constr
(
Ps
)
:
=
upred_reflection
.
quote
;
match
goal
with
...
...
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