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

Update a comment in cmra_big_op.v

parent fb1de8a8
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment