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
Pierre-Marie Pédrot
Iris
Commits
3f8273a4
Commit
3f8273a4
authored
Feb 24, 2016
by
Robbert Krebbers
Browse files
Tactic for solving entailment involving just stars.
parent
c9261672
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/upred_tactics.v
View file @
3f8273a4
...
@@ -117,6 +117,10 @@ Module upred_reflection. Section upred_reflection.
...
@@ -117,6 +117,10 @@ Module upred_reflection. Section upred_reflection.
end
.
end
.
End
upred_reflection
.
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
)
:
=
Tactic
Notation
"cancel"
constr
(
Ps
)
:
=
upred_reflection
.
quote
;
upred_reflection
.
quote
;
match
goal
with
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