update for notation
This commit is contained in:
parent
71e867a8ac
commit
32c471b278
|
|
@ -60,7 +60,7 @@ result, we'll have an array of values for the canonical inputs. For
|
||||||
example, the canonical result might be:
|
example, the canonical result might be:
|
||||||
|
|
||||||
```
|
```
|
||||||
for<2> {
|
for<?0, ?1> {
|
||||||
values = [ Vec<?0>, '1, ?0 ]
|
values = [ Vec<?0>, '1, ?0 ]
|
||||||
^^ ^^ ^^ these are variables in the result!
|
^^ ^^ ^^ these are variables in the result!
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue