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
Pierre Roux
Iris
Commits
89c45d21
Commit
89c45d21
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-typos' into 'master'
Fix typos See merge request
iris/iris!518
parents
c2019dd3
5bdc6461
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/algebra/monoid.v
+1
-1
1 addition, 1 deletion
theories/algebra/monoid.v
theories/algebra/ufrac.v
+1
-1
1 addition, 1 deletion
theories/algebra/ufrac.v
with
2 additions
and
2 deletions
theories/algebra/monoid.v
+
1
−
1
View file @
89c45d21
...
@@ -31,7 +31,7 @@ Proof. intros x. etrans; [apply monoid_comm|apply monoid_left_id]. Qed.
...
@@ -31,7 +31,7 @@ Proof. intros x. etrans; [apply monoid_comm|apply monoid_left_id]. Qed.
(** The [Homomorphism] classes give rise to generic lemmas about big operators
(** The [Homomorphism] classes give rise to generic lemmas about big operators
commuting with each other. We also consider a [WeakMonoidHomomorphism] which
commuting with each other. We also consider a [WeakMonoidHomomorphism] which
does not necesa
r
rily commute with unit; an example is the [own] connective: we
does not neces
s
arily commute with unit; an example is the [own] connective: we
only have `True ==∗ own γ ∅`, not `True ↔ own γ ∅`. *)
only have `True ==∗ own γ ∅`, not `True ↔ own γ ∅`. *)
Class
WeakMonoidHomomorphism
{
M1
M2
:
ofeT
}
Class
WeakMonoidHomomorphism
{
M1
M2
:
ofeT
}
(
o1
:
M1
→
M1
→
M1
)
(
o2
:
M2
→
M2
→
M2
)
`{
Monoid
M1
o1
,
Monoid
M2
o2
}
(
o1
:
M1
→
M1
→
M1
)
(
o2
:
M2
→
M2
→
M2
)
`{
Monoid
M1
o1
,
Monoid
M2
o2
}
...
...
This diff is collapsed.
Click to expand it.
theories/algebra/ufrac.v
+
1
−
1
View file @
89c45d21
(** This file provides a "bounded" version of the fractional camera whose
(** This file provides a
n
"
un
bounded" version of the fractional camera whose
elements are in the interval (0,..) instead of (0,1]. *)
elements are in the interval (0,..) instead of (0,1]. *)
From
Coq
.
QArith
Require
Import
Qcanon
.
From
Coq
.
QArith
Require
Import
Qcanon
.
From
iris
.
algebra
Require
Export
cmra
.
From
iris
.
algebra
Require
Export
cmra
.
...
...
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