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
Rice Wine
Iris
Commits
467b118b
Commit
467b118b
authored
Dec 31, 2017
by
Robbert Krebbers
Browse files
Use entailment in `iEval` so that setoid rewriting works.
parent
e374f84c
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/coq_tactics.v
View file @
467b118b
...
...
@@ -414,9 +414,9 @@ Qed.
(** * Basic rules *)
Lemma
tac_eval
Δ
Q
Q'
:
Q
=
Q
'
→
(
Q'
⊢
Q
)
→
envs_entails
Δ
Q'
→
envs_entails
Δ
Q
.
Proof
.
by
intros
-
>
.
Qed
.
Proof
.
by
intros
<
-.
Qed
.
Lemma
tac_assumption
Δ
i
p
P
Q
:
envs_lookup
i
Δ
=
Some
(
p
,
P
)
→
FromAssumption
p
P
Q
→
...
...
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