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
399716c6
Commit
399716c6
authored
Nov 24, 2021
by
Michael Sammler
Browse files
Revert "Revert "remove li_let_bind for wand""
This reverts commit
f448aed5
.
parent
6970eb20
Pipeline
#57797
passed with stage
in 11 minutes and 28 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
theories/typing/automation.v
View file @
399716c6
...
...
@@ -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
=>
...
...
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