chore: typo
This commit is contained in:
parent
c9e9208ea2
commit
4c53dfa8a7
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ syntax ident "<-" term "|" term : index
|
|||
-- Primitive notation for big operators
|
||||
syntax "_big" "[" term "," term "]" "(" index ")" term : term
|
||||
|
||||
-- We define how to expand different `_bigop` with the different kinds of index
|
||||
-- We define how to expand `_bigop` with the different kinds of index
|
||||
macro_rules
|
||||
| `(_big [$op, $idx] ($i:ident <- $r | $p) $F) => `(bigop $idx $r (fun $i:ident => ($i:ident, $op, $p, $F)))
|
||||
| `(_big [$op, $idx] ($i:ident <- $r) $F) => `(bigop $idx $r (fun $i:ident => ($i:ident, $op, true, $F)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue