Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
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
Yixuan Chen
Iris
Commits
e706afbf
Commit
e706afbf
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fix some coqdoc warnings
parent
a1971471
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
iris/algebra/lib/ufrac_auth.v
+0
-2
0 additions, 2 deletions
iris/algebra/lib/ufrac_auth.v
iris/proofmode/class_instances.v
+1
-1
1 addition, 1 deletion
iris/proofmode/class_instances.v
with
1 addition
and
3 deletions
iris/algebra/lib/ufrac_auth.v
+
0
−
2
View file @
e706afbf
...
@@ -9,9 +9,7 @@ difference:
...
@@ -9,9 +9,7 @@ difference:
if we have the authoritative element we can always increase its fraction
if we have the authoritative element we can always increase its fraction
and allocate a new fragment.
and allocate a new fragment.
<<<
✓ (a ⋅ b) → ●U_p a ~~> ●U_(p + q) (a ⋅ b) ⋅ ◯U_q b
✓ (a ⋅ b) → ●U_p a ~~> ●U_(p + q) (a ⋅ b) ⋅ ◯U_q b
>>>
- We no longer have the [◯U{1} a] is the exclusive fragmental element (cf.
- We no longer have the [◯U{1} a] is the exclusive fragmental element (cf.
[frac_auth_frag_validN_op_1_l]).
[frac_auth_frag_validN_op_1_l]).
...
...
This diff is collapsed.
Click to expand it.
iris/proofmode/class_instances.v
+
1
−
1
View file @
e706afbf
...
@@ -6,7 +6,7 @@ From iris.prelude Require Import options.
...
@@ -6,7 +6,7 @@ From iris.prelude Require Import options.
Import
bi
.
Import
bi
.
(* FIXME(Coq #6294): needs new unification *)
(* FIXME(Coq #6294): needs new unification *)
(** The lemma [from_assumption_exact is not an instance, but defined using
(** The lemma [from_assumption_exact
]
is not an instance, but defined using
[notypeclasses refine] through [Hint Extern] to enable the better unification
[notypeclasses refine] through [Hint Extern] to enable the better unification
algorithm. We use [shelve] to avoid the creation of unshelved goals for evars
algorithm. We use [shelve] to avoid the creation of unshelved goals for evars
by [refine], which otherwise causes TC search to fail. Such unshelved goals are
by [refine], which otherwise causes TC search to fail. Such unshelved goals are
...
...
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