Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
79ea27b3
Commit
79ea27b3
authored
Jul 03, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
proofmode: normalize big_opL
parent
0157c46f
Pipeline
#10461
canceled with stage
in 2 minutes and 25 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
tests/proofmode.v
tests/proofmode.v
+1
-1
theories/proofmode/reduction.v
theories/proofmode/reduction.v
+2
-1
No files found.
tests/proofmode.v
View file @
79ea27b3
...
@@ -490,7 +490,7 @@ Lemma test_big_sepL_simpl x (l : list nat) P :
...
@@ -490,7 +490,7 @@ Lemma test_big_sepL_simpl x (l : list nat) P :
([
∗
list
]
k
↦
y
∈
l
,
<
affine
>
⌜
y
=
y
⌝
)
-
∗
([
∗
list
]
k
↦
y
∈
l
,
<
affine
>
⌜
y
=
y
⌝
)
-
∗
([
∗
list
]
y
∈
x
::
l
,
<
affine
>
⌜
y
=
y
⌝
)
-
∗
([
∗
list
]
y
∈
x
::
l
,
<
affine
>
⌜
y
=
y
⌝
)
-
∗
P
.
P
.
Proof
.
iIntros
"HP ??
/=
"
.
Show
.
done
.
Qed
.
Proof
.
iIntros
"HP ??"
.
Show
.
done
.
Qed
.
Lemma
test_big_sepL2_simpl
x1
x2
(
l1
l2
:
list
nat
)
P
:
Lemma
test_big_sepL2_simpl
x1
x2
(
l1
l2
:
list
nat
)
P
:
P
-
∗
P
-
∗
...
...
theories/proofmode/reduction.v
View file @
79ea27b3
...
@@ -22,7 +22,8 @@ Declare Reduction pm_cbn := cbn [
...
@@ -22,7 +22,8 @@ Declare Reduction pm_cbn := cbn [
tele_fold
tele_bind
tele_app
tele_fold
tele_bind
tele_app
(* BI connectives *)
(* BI connectives *)
bi_persistently_if
bi_affinely_if
bi_intuitionistically_if
bi_persistently_if
bi_affinely_if
bi_intuitionistically_if
bi_wandM
bi_tforall
bi_texist
bi_wandM
big_opL
bi_tforall
bi_texist
].
].
Ltac
pm_eval
t
:
=
Ltac
pm_eval
t
:
=
let
u
:
=
eval
pm_cbv
in
t
in
let
u
:
=
eval
pm_cbv
in
t
in
...
...
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