diff --git a/theories/proofmode/modalities.v b/theories/proofmode/modalities.v index e47b99797a80a8bddf632334c08cbe69a2ddbe5d..9b84c16df453f2947b93111c49f60def03855871 100644 --- a/theories/proofmode/modalities.v +++ b/theories/proofmode/modalities.v @@ -7,9 +7,9 @@ Import bi. instantiated with a variety of modalities. For the purpose of MoSeL, a modality is a mapping of propositions -`M : PROP → PROP` (where `PROP` is a type of bi-assertions) that is -monotone and distributes over finite products. Specifically, the following -rules have to be satisfied. +`M : PROP1 → PROP2` (where `PROP1` and `PROP2` are BI-algebras) +that is monotone and distributes over finite products. Specifically, +the following rules have to be satisfied: P ⊢ Q emp ⊢ M emp ----------