summary refs log tree commit diff stats
path: root/lib/std/effecttraits.nim
diff options
context:
space:
mode:
authorkonsumlamm <44230978+konsumlamm@users.noreply.github.com>2021-02-22 11:16:15 +0100
committerGitHub <noreply@github.com>2021-02-22 11:16:15 +0100
commit05711d95e0481ad0c48c1a6f1704e629290c5e30 (patch)
tree44e7f3773f3a993076b7c1c46062c4822d17d3cc /lib/std/effecttraits.nim
parentef5303114c2cfebab83232988ae11f33301b4e00 (diff)
downloadNim-05711d95e0481ad0c48c1a6f1704e629290c5e30.tar.gz
Add example for pattern matching on options (#17120)
* Add example for pattern matching on options

* Use code-block

* Apply suggestions

* Use block comments

* Fix example
Diffstat (limited to 'lib/std/effecttraits.nim')
0 files changed, 0 insertions, 0 deletions
w 'list' type can be fully generic!' href='/akkartik/mu/commit/063list.mu?h=main&id=4c3e1f0780da52c72be467c6bfd3b2073ce57190'>4c3e1f07 ^
502d2ea5 ^
4c3e1f07 ^
502d2ea5 ^

87ef6a67 ^

4c3e1f07 ^
77d5b5d6 ^
4c3e1f07 ^

87ef6a67 ^


4c3e1f07 ^
77d5b5d6 ^
4c3e1f07 ^



87ef6a67 ^

687dd3f5 ^
4c3e1f07 ^







87ef6a67 ^







fca48e92 ^









afb467ea ^









fca48e92 ^























afb467ea ^
















fca48e92 ^

67bc24e7 ^



c9b98c21 ^
67bc24e7 ^


c9b98c21 ^
67bc24e7 ^

afb467ea ^











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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139