summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarkanoid87 <arkanoid87@users.noreply.github.com>2024-03-16 06:23:44 +0100
committerGitHub <noreply@github.com>2024-03-16 06:23:44 +0100
commitcbf48a253f134dea5cc8d8b2393b7bf6310cc8fe (patch)
treed324b5d5a652f2018edad07393ceac222b85df4d
parentf639cf063f66a160550bcf8955eb3446ca101cc2 (diff)
downloadNim-cbf48a253f134dea5cc8d8b2393b7bf6310cc8fe.tar.gz
Update manual.md (#23393)
adding link to generic == for tuples in Open and Closed symbols example
-rw-r--r--doc/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.md b/doc/manual.md
index 65a4472e7..9be42d186 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -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
fb05f45abadeff4747ab0e3031f75dd0'>^
d68181246 ^
b97a7dbf3 ^
01ab5948a ^

25e3e6db8 ^
01ab5948a ^

7ec7731f8 ^
d30c6419a ^
25e3e6db8 ^
0d68ef9f1 ^
9eb909baf ^
01ab5948a ^
869a5aa90 ^
112b11c15 ^
0d68ef9f1 ^
590d45763 ^
9eb909baf ^
3d4084208 ^

2f43fdb83 ^
73c6efdf6 ^
01ab5948a ^
d51a39214 ^
9eb909baf ^
112b11c15 ^
9eb909baf ^
d51a39214 ^
9eb909baf ^
86556ebfd ^
813828f69 ^
d51a39214 ^
01ab5948a ^

0d68ef9f1 ^
ff8ab0672 ^
01ab5948a ^
d51a39214 ^
813828f69 ^

0d68ef9f1 ^
3f9e16594 ^
813828f69 ^
db95fad6f ^
01ab5948a ^


25e3e6db8 ^
86556ebfd ^
de9cbf6af ^
01ab5948a ^


d51a39214 ^
db95fad6f ^

d51a39214 ^
97970d9dc ^

d51a39214 ^
db95fad6f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78