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
Rodolphe Lepigre
Iris
Commits
bc5689ac
Commit
bc5689ac
authored
Nov 29, 2017
by
David Swasey
Browse files
Support tighter precedence for x.1, x.2 notation.
parent
e6ec2867
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/cmra.v
View file @
bc5689ac
...
...
@@ -1514,7 +1514,7 @@ Section ofe_fun_cmra.
{
intros
x
.
specialize
(
Hf12
x
).
destruct
(
cmra_extend
n
(
f
x
)
(
f1
x
)
(
f2
x
))
as
(
y1
&
y2
&?&?&?)
;
eauto
.
exists
(
y1
,
y2
)
;
eauto
.
}
exists
(
λ
x
,
gg
x
.
1
),
(
λ
x
,
gg
x
.
2
).
split_and
!=>
-?
;
naive_solver
.
exists
(
λ
x
,
(
gg
x
)
.
1
),
(
λ
x
,
(
gg
x
)
.
2
).
split_and
!=>
-?
;
naive_solver
.
Qed
.
Canonical
Structure
ofe_funR
:
=
CmraT
(
ofe_fun
B
)
ofe_fun_cmra_mixin
.
...
...
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