Skip to content
Snippets Groups Projects
Commit 29c117af authored by Dan Frumin's avatar Dan Frumin
Browse files

clarify that modalities can be heterogeneous

parent 94ced2c9
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ Import bi. ...@@ -7,9 +7,9 @@ Import bi.
instantiated with a variety of modalities. instantiated with a variety of modalities.
For the purpose of MoSeL, a modality is a mapping of propositions 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 `M : PROP1 → PROP2` (where `PROP1` and `PROP2` are BI-algebras)
monotone and distributes over finite products. Specifically, the following that is monotone and distributes over finite products. Specifically,
rules have to be satisfied. the following rules have to be satisfied:
P ⊢ Q emp ⊢ M emp P ⊢ Q emp ⊢ M emp
---------- ----------
......
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