Skip to content
Snippets Groups Projects
Commit 9d2e164b authored by Ralf Jung's avatar Ralf Jung
Browse files

Merge branch 'master' of https://gitlab.mpi-sws.org/FP/iris-coq

parents f8e2c74c c362f7d4
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ Apart from that, we define the following big operators with binders build in: ...@@ -10,7 +10,7 @@ Apart from that, we define the following big operators with binders build in:
refers to each element at index [k]. refers to each element at index [k].
- The operator [ [⋅ map] k ↦ x ∈ m, P ] folds over a map [m]. The binder [x] - The operator [ [⋅ map] k ↦ x ∈ m, P ] folds over a map [m]. The binder [x]
refers to each element at index [k]. refers to each element at index [k].
- The operator [ [⋅ set] x ∈ X, P ] folds over a set [m]. The binder [x] refers - The operator [ [⋅ set] x ∈ X, P ] folds over a set [X]. The binder [x] refers
to each element. to each element.
Since these big operators are like quantifiers, they have the same precedence as Since these big operators are like quantifiers, they have the same precedence as
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment