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
Iris
RefinedC
Commits
f448aed5
Commit
f448aed5
authored
Nov 24, 2021
by
Michael Sammler
Browse files
Revert "remove li_let_bind for wand"
This reverts commit
6e03a868
.
parent
6e03a868
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/typing/automation.v
View file @
f448aed5
...
...
@@ -99,8 +99,8 @@ Ltac liRIntroduceLetInGoal :=
lazymatch
goal
with
|
|-
@
envs_entails
?PROP
?
Δ
?P
=>
lazymatch
P
with
(*
| @bi_wand ?PROP ?Q ?T =>
*)
(*
li_let_bind T (fun H => constr:(@envs_entails PROP Δ (@bi_wand PROP Q H)))
*)
|
@
bi_wand
?PROP
?Q
?T
=>
li_let_bind
T
(
fun
H
=>
constr
:
(@
envs_entails
PROP
Δ
(@
bi_wand
PROP
Q
H
)))
|
@
typed_val_expr
?
Σ
?tG
?e
?T
=>
li_let_bind
T
(
fun
H
=>
constr
:
(@
envs_entails
PROP
Δ
(@
typed_val_expr
Σ
tG
e
H
)))
|
@
typed_write
?
Σ
?tG
?b
?e
?ot
?v
?ty
?Mov
?T
=>
...
...
Michael Sammler
@msammler
mentioned in commit
399716c6
·
Nov 24, 2021
mentioned in commit
399716c6
mentioned in commit 399716c615f32124e99f50a782b810b613dbb206
Toggle commit list
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