Skip to content
Snippets Groups Projects
Commit 89c45d21 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

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
...@@ -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 necesarrily commute with unit; an example is the [own] connective: we does not necessarily 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 file provides a "bounded" version of the fractional camera whose (** This file provides an "unbounded" 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment