Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Sammler
iris-coq
Commits
7154d5b5
Commit
7154d5b5
authored
5 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
more failing unification places
parent
50b368c0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/algebra/auth.v
+1
-1
1 addition, 1 deletion
theories/algebra/auth.v
theories/algebra/namespace_map.v
+1
-1
1 addition, 1 deletion
theories/algebra/namespace_map.v
with
2 additions
and
2 deletions
theories/algebra/auth.v
+
1
−
1
View file @
7154d5b5
...
...
@@ -240,7 +240,7 @@ Proof.
-
by
split
;
simpl
;
rewrite
?cmra_core_l
.
-
by
split
;
simpl
;
rewrite
?cmra_core_idemp
.
-
intros
??;
rewrite
!
auth_included
;
intros
[??]
.
by
split
;
simpl
;
apply
:
cmra_core_mono
.
(* FIXME:
apply cmra_core_mono. fails
*)
by
split
;
simpl
;
apply
:
cmra_core_mono
.
(* FIXME:
FIXME(Coq #6294): needs new unification
*)
-
assert
(
∀
n
(
a
b1
b2
:
A
),
b1
⋅
b2
≼
{
n
}
a
→
b1
≼
{
n
}
a
)
.
{
intros
n
a
b1
b2
<-
;
apply
cmra_includedN_l
.
}
intros
n
[[[
q1
a1
]|]
b1
]
[[[
q2
a2
]|]
b2
];
rewrite
auth_validN_eq
/=
;
...
...
This diff is collapsed.
Click to expand it.
theories/algebra/namespace_map.v
+
1
−
1
View file @
7154d5b5
...
...
@@ -165,7 +165,7 @@ Proof.
-
split
;
simpl
;
[
by
rewrite
cmra_core_l
|
by
rewrite
left_id_L
]
.
-
split
;
simpl
;
[
by
rewrite
cmra_core_idemp
|
done
]
.
-
intros
??;
rewrite
!
namespace_map_included
;
intros
[??]
.
by
split
;
simpl
;
apply
:
cmra_core_mono
.
(* FIXME:
apply cmra_core_mono. fails
*)
by
split
;
simpl
;
apply
:
cmra_core_mono
.
(* FIXME:
FIXME(Coq #6294): needs new unification
*)
-
intros
n
[
m1
[
E1
|]]
[
m2
[
E2
|]]=>
//=
;
rewrite
namespace_map_validN_eq
/=.
rewrite
{
1
}
/
op
/
cmra_op
/=.
case_decide
;
last
done
.
intros
[
Hm
Hdisj
];
split
;
first
by
eauto
using
cmra_validN_op_l
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment