Skip to content

Commit

Permalink
Update manual.md (#23393)
Browse files Browse the repository at this point in the history
adding link to generic == for tuples in Open and Closed symbols example
  • Loading branch information
arkanoid87 committed Mar 16, 2024
1 parent f639cf0 commit cbf48a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -5863,7 +5863,7 @@ at definition and the context at instantiation are considered:
echo a == b # works!
```

In the example, the generic `==` for tuples (as defined in the system module)
In the example, the [generic `==` for tuples](system.html#%3D%3D%2CT%2CT_2) (as defined in the system module)
uses the `==` operators of the tuple's components. However, the `==` for
the `Index` type is defined *after* the `==` for tuples; yet the example
compiles as the instantiation takes the currently defined symbols into account
Expand Down

0 comments on commit cbf48a2

Please sign in to comment.